Compare commits

..

13 Commits
master ... f22

Author SHA1 Message Date
Samantha N. Bueno 27a1788737 - Fix a typo that caused us to discard corrected target sizes. (#1211746)
(dlehman)
2015-05-19 12:42:29 -04:00
Samantha N. Bueno ddd410b388 - Force an encoding of utf-8 on liveinst installs (#1217504) (dshea)
- Catch libblockdev's CryptoError when trying to unlock LUKS (#1217438)
  (vpodzime)
- Distinguish between NTP pools and servers in GUI (vpodzime)
- Add support for chrony pool directive (mlichvar)
- Configure proxy settings for dnf payload (#1211122) (bcl)
2015-05-07 14:59:33 -04:00
Samantha N. Bueno 469c4c54f5 - Create and use snapshot of on-disk storage with no modifications (#1166598)
(vpodzime)
- Implement the class for storage snapshots (vpodzime)
- Prevent any changes in the StorageSpoke if just going back (vpodzime)
- Make StorageSpoke's on_back_clicked less complicated (vpodzime)
2015-04-27 13:28:40 -04:00
Samantha N. Bueno 51d773eb7e - Ignore addon and anaconda sections in handle-sshpw (bcl)
- Ignore %anaconda section in parse-kickstart (bcl)
- Remove the custom help button from the toolbar (bcl)
- Make anaconda more unicode-y (#1205183) (dshea)
- Consolidate the language environment variables. (#1209563) (dshea)
- Revert "Make Python's default encoding detection work on Live installations"
  (#1209563) (dshea)
- iscsi: pass rd.* options of devices to be mouted in dracut (#1192398)
  (rvykydal)
- Remove the old custom partitioning help dialog (mkolman)
- Reset the back_clicked flag if we stay on the Storage spoke (#1210003)
  (vpodzime)
- Mark the back_clicked attribute of the Storage spoke as private (vpodzime)
- Set both .format's and .originalFormat's passphrase on unlock (#1208979)
  (vpodzime)
- Make the Encrypt checkbox insensitive for encrypted non-BTRFS devices
  (#1210254) (vpodzime)
- Don't unconditionally set ksdata.lang.seen to True (#1209927) (mkolman)
2015-04-23 21:53:49 -04:00
Samantha N. Bueno 04aaa497eb - Revert "allow /boot on btrfs subvol or filesystem" (bcl)
- Connect scroll adjustments in the right class (#1206472) (dshea)
2015-04-07 15:28:36 -04:00
Samantha N. Bueno 4695f2821a - Allow overriding password policy check (sgallagh)
- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
- Remove the dnf cache directory when resetting the repo (dshea)
- Do not add separators to the addon list when not needed (dshea)
- Only use the instclass environment if it actually exists. (#1198953) (dshea)
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
- Prevent spokes from being exited more times. (jkonecny)
2015-04-02 14:07:23 -04:00
Samantha N. Bueno 55d9eaccc1 - Add documentation on %anaconda kickstart command (bcl)
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
- Update translation documentation for Zanata (bcl)
- Switch translation support to fedora.zanata.org (bcl)
- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
- Use proxy when configured for the base repo (#1196953) (sjenning)
- Add boolean as return to ThreadManager.wait (jkonecny)
- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
- Make sure LANG is always set to something (#1201896) (dshea)
- Implement %anaconda kickstart section for pwpolicy (bcl)
- Add pwpolicy support to TUI interface (bcl)
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
- Add pwpolicy for the user spoke. (bcl)
- Use pwpolicy for the root password spoke. (bcl)
- Add the text for weak passwords to constants (bcl)
2015-03-26 15:35:09 -04:00
Samantha N. Bueno 3f9ac8c462 - Handle /boot on btrfs for live (#1200539) (bcl)
- Switch back to urllib for determining livepayload size (dshea)
- Revert "Replace python-urlgrabber with python-requests (#1141242)" (dshea)
- Tweak tmux configuration file (jkonecny)
2015-03-19 13:55:10 -04:00
Samantha N. Bueno c338b7d9b3 - Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda)
- Improve the addon repo name collision code (#1125322) (bcl)
- Handle New_Repository name collision source spoke (#1125322) (bcl)
2015-03-17 14:18:57 -04:00
Samantha N. Bueno 1058909ccb - Only insert strings into the environment (#1201411) (dshea)
- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
- Fix the handling of nfs:// URLs. (dshea)
- Add glob support for the -a/--add option in makeupdates (mkolman)
- Require newt-python in anaconda-core (dshea)
- Fix the help button mnemonic display on spokes (dshea)
- Display an error for exceptions during GUI setup (dshea)
- Remove unused invisible char properties (dshea)
- Add a check for invisible_char validity (dshea)
- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
  (vpodzime)
2015-03-13 13:53:36 -04:00
Samantha N. Bueno e7d870525b - Fix the import of mountExistingSystem (vpodzime)
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
- Use the new static method to get possible PE sizes (vpodzime)
2015-03-04 18:47:21 -05:00
Samantha N. Bueno 42c094f615 - Fix a bad usage of execWithRedirect (#1197290) (dshea)
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
- Clear TUI source spoke errors that may have been leftover from a prior
  attempt. (#1192259) (sbueno+anaconda)
- install.py: fix the 'is team device' check (awilliam)
- Revert "Update txconfig for f22-branch (again)...." (sbueno+anaconda)
- Revert "makebumpver needs to know about anaconda-1 transifex name"
  (sbueno+anaconda)
2015-03-03 15:37:15 -05:00
Samantha N. Bueno a55d57db59 - Remove unused imports (dshea)
- Check for unused imports in __init__ files (dshea)
- Remove timestamp-based version support. (#1194494) (dshea)
- Add test lib methods to check regexes (dshea)
- Update txconfig for f22-branch (again).... (sbueno+anaconda)
- Update txconfig for f22-branch. (sbueno+anaconda)
- 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)
2015-02-20 16:20:34 -05:00
3 changed files with 2196 additions and 2690 deletions

143
.gitignore vendored
View File

@ -17,133 +17,16 @@
/anaconda-22.18.tar.bz2
/anaconda-22.19.tar.bz2
/anaconda-22.20.tar.bz2
/anaconda-23.0.tar.bz2
/anaconda-23.1.tar.bz2
/anaconda-23.2.tar.bz2
/anaconda-23.3.tar.bz2
/anaconda-23.4.tar.bz2
/anaconda-23.5.tar.bz2
/anaconda-23.6.tar.bz2
/anaconda-23.7.tar.bz2
/anaconda-23.8.tar.bz2
/anaconda-23.9.tar.bz2
/anaconda-23.10.tar.bz2
/anaconda-23.11.tar.bz2
/anaconda-23.12.tar.bz2
/anaconda-23.13.tar.bz2
/anaconda-23.14.tar.bz2
/anaconda-23.15.tar.bz2
/anaconda-23.16.tar.bz2
/anaconda-23.17.tar.bz2
/anaconda-23.18.tar.bz2
/anaconda-23.19.tar.bz2
/anaconda-23.20.tar.bz2
/anaconda-24.0.tar.bz2
/anaconda-24.1.tar.bz2
/anaconda-24.2.tar.bz2
/anaconda-24.3.tar.bz2
/anaconda-24.4.tar.bz2
/anaconda-24.5.tar.bz2
/anaconda-24.6.tar.bz2
/anaconda-24.7.tar.bz2
/anaconda-24.8.tar.bz2
/anaconda-24.9.tar.bz2
/anaconda-24.10.tar.bz2
/anaconda-24.11.tar.bz2
/anaconda-24.12.tar.bz2
/anaconda-24.13.tar.bz2
/anaconda-25.0.tar.bz2
/anaconda-25.1.tar.bz2
/anaconda-25.2.tar.bz2
/anaconda-25.3.tar.bz2
/anaconda-25.4.tar.bz2
/anaconda-25.5.tar.bz2
/anaconda-25.6.tar.bz2
/anaconda-25.7.tar.bz2
/anaconda-25.8.tar.bz2
/anaconda-25.9.tar.bz2
/anaconda-25.10.tar.bz2
/anaconda-25.11.tar.bz2
/anaconda-25.12.tar.bz2
/anaconda-25.13.tar.bz2
/anaconda-25.14.tar.bz2
/anaconda-25.15.tar.bz2
/anaconda-25.16.tar.bz2
/anaconda-25.17.tar.bz2
/anaconda-25.19.tar.bz2
/anaconda-25.20.tar.bz2
/anaconda-26.1.tar.bz2
/anaconda-26.2.tar.bz2
/anaconda-26.3.tar.bz2
/anaconda-26.4.tar.bz2
/anaconda-26.6.tar.bz2
/anaconda-26.7.tar.bz2
/anaconda-26.8.tar.bz2
/anaconda-26.9.tar.bz2
/anaconda-26.10.tar.bz2
/anaconda-26.11.tar.bz2
/anaconda-26.12.tar.bz2
/anaconda-26.13.tar.bz2
/anaconda-26.14.tar.bz2
/anaconda-26.15.tar.bz2
/anaconda-26.16.tar.bz2
/anaconda-26.17.tar.bz2
/anaconda-26.18.tar.bz2
/anaconda-26.19.tar.bz2
/anaconda-26.20.tar.bz2
/anaconda-26.21.tar.bz2
/anaconda-27.1.tar.bz2
/anaconda-27.2.tar.bz2
/anaconda-27.3.tar.bz2
/anaconda-27.4.tar.bz2
/anaconda-27.5.tar.bz2
/anaconda-27.6.tar.bz2
/anaconda-27.7.tar.bz2
/anaconda-27.8.tar.bz2
/anaconda-27.9.tar.bz2
/anaconda-27.10.tar.bz2
/anaconda-27.11.tar.bz2
/anaconda-27.12.tar.bz2
/anaconda-27.13.tar.bz2
/anaconda-27.14.tar.bz2
/anaconda-27.15.tar.bz2
/anaconda-27.16.tar.bz2
/anaconda-27.17.tar.bz2
/anaconda-27.18.tar.bz2
/anaconda-27.19.tar.bz2
/anaconda-27.20.tar.bz2
/anaconda-28.1.tar.bz2
/anaconda-28.2.tar.bz2
/anaconda-28.3.tar.bz2
/anaconda-28.4.tar.bz2
/anaconda-28.5.tar.bz2
/anaconda-28.6.tar.bz2
/anaconda-28.8.tar.bz2
/anaconda-28.9.tar.bz2
/anaconda-28.10.tar.bz2
/anaconda-28.11.tar.bz2
/anaconda-28.12.tar.bz2
/anaconda-28.13.tar.bz2
/anaconda-28.14.tar.bz2
/anaconda-28.15.tar.bz2
/anaconda-28.16.tar.bz2
/anaconda-28.17.tar.bz2
/anaconda-28.18.tar.bz2
/anaconda-28.19.tar.bz2
/anaconda-28.20.tar.bz2
/anaconda-28.22.tar.bz2
/anaconda-29.1.tar.bz2
/anaconda-29.2.tar.bz2
/anaconda-29.3.tar.bz2
/anaconda-29.4.tar.bz2
/anaconda-29.5.tar.bz2
/anaconda-29.6.tar.bz2
/anaconda-29.7.tar.bz2
/anaconda-29.8.tar.bz2
/anaconda-29.9.tar.bz2
/anaconda-29.10.tar.bz2
/anaconda-29.11.tar.bz2
/anaconda-29.12.tar.bz2
/anaconda-29.13.tar.bz2
/anaconda-29.14.tar.bz2
/anaconda-29.15.tar.bz2
/anaconda-22.20.1.tar.bz2
/anaconda-22.20.2.tar.bz2
/anaconda-22.20.3.tar.bz2
/anaconda-22.20.4.tar.bz2
/anaconda-22.20.5.tar.bz2
/anaconda-22.20.6.tar.bz2
/anaconda-22.20.7.tar.bz2
/anaconda-22.20.8.tar.bz2
/anaconda-22.20.9.tar.bz2
/anaconda-22.20.10.tar.bz2
/anaconda-22.20.11.tar.bz2
/anaconda-22.20.12.tar.bz2
/anaconda-22.20.13.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
SHA512 (anaconda-29.15.tar.bz2) = 13036274c600ef33a6644c51870399051088d3bab07174e3c3f7049ee04943ac7daa8546cdbb85024cdf9580fbe614b9ebd8472388f0ab05778cf07422638990
0960631ea56171af883e1caec8a1a8dd anaconda-22.20.13.tar.bz2