- Remove unused imports (dshea)

- Check for unused imports in __init__ files (dshea)
- Remove timestamp-based version support. (dshea)
- Add test lib methods to check regexes (dshea)
- Cleanup BuildRequires (mkolman)
- Remove obsolete imports. (amulhern)
- Make print statement print output w/out surrounding parentheses. (amulhern)
- Remove an unused import (dshea)
- rpmostreepayload: Honor noverifyssl (walters)
- typo: packaging: Don't vary name of "verified" (walters)
- Disable the metacity mouse-button-modifier setting (dshea)
- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda)
- Remove the pylint false positives for the GLib module (dshea)
- Use ExtendAction for --ignore flag (amulhern)
- Use a simple ExtendAction for add_rpms option. (amulhern)
- Fix log message formating (mkolman)
- Don't clear nonexistent DNF package download location (#1193121) (mkolman)
This commit is contained in:
Brian C. Lane 2015-02-20 17:56:03 -08:00
parent df25321f2d
commit f6d6b80dce
3 changed files with 22 additions and 1292 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/anaconda-22.18.tar.bz2
/anaconda-22.19.tar.bz2
/anaconda-22.20.tar.bz2
/anaconda-23.0.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
709bb688e68bd55e799be3fc8603bd4e anaconda-22.20.tar.bz2
9de917e00ee65d73f4e4793a9537f7a0 anaconda-23.0.tar.bz2