Compare commits

..

12 Commits
master ... f26

Author SHA1 Message Date
Martin Kolman a46cd4ca9b New version 26.21.12-1
- rpmostreepayload: Set up /var first (walters)
- rpmostreepayload: Explicitly create /var/lib before tmpfiles (walters)
- rpmostreepayload: Rework mount setup to support admin-defined mounts (walters)
- rpmostreepayload: try to verify local ostree repo cache (dusty)
- rpmostreepayload: ignore <F25 location, support RHEL (dusty)
- rpmostreepayload: use correct secondary url location (dusty)
- rpmostreepayload: Do /sysroot mount non-recursively (walters)
- rpmostreepayload: Reuse the local repo as a cache (walters)
- rpmostreepayload: Handle /var as a user-specified mountpoint (walters)
- gui: show supported locales on Atomic Host installs (jlebon)
- tasks: add missing string substitution in log message (rvykydal)
2017-08-08 17:56:16 +02:00
Martin Kolman da8b1ecbb4 New version 26.21.11-1
- Fix a typo in python-meh initialization (#1462825) (mkolman)
- Require "blivet-gui-runtime" instead of "blivet-gui" (vtrefny)
2017-06-30 13:07:54 +02:00
Martin Kolman b2aa7b1583 New version 26.21.10-1
- Install class shouldn't set the default boot fstype (#1463297) (vponcova)
- Store testing logs properly (jkonecny)
- Fix location of the blivet-gui user help (vtrefny)
- netowrk: fix noipv6 option check regression (#1464297) (rvykydal)
- Use context manager to check KickstartError (jkonecny)
- Honor --erroronfail kickstart option in cmdline mode (rvykydal)
- Fix the 'non-ASCII characters in password' checks (#1413813) (awilliam)
- Move mock config files to slaves (jkonecny)
2017-06-26 17:02:44 +02:00
Martin Kolman 4e9ef6580f New version 26.21.9-1
- Bump version of Pykickstart and Blivet (#1113207) (jkonecny)
- Add XFS uuid changer (#1113207) (jkonecny)
- Support --when parameter in snapshot (#1113207) (jkonecny)
- Add snapshot support (#1113207) (jkonecny)
2017-06-15 17:13:00 +02:00
Martin Kolman 0063619ff7 New version 26.21.8-1
- Show warning if swap is smaller then recommended (#1290360) (vponcova)
- Disable test-install in Makefile (jkonecny)
- Fixes for Pylint 1.7 (vponcova)
- Add support for IPoIB in tui (#1366935) (rvykydal)
- Fix pylint unused import error (jkonecny)
- Add support for DNF-2.5.0 (jkonecny)
- Fix simpleline_getpass related Pylint warning (mkolman)
- network: handle multiple connections for one device better (#1444887) (rvykydal)
- Fix setting errors and warnings in the StorageCheckHandler (vponcova)
- Add inst.waitfornet option (#1315160) (rvykydal)
- Set the default filesystem type from a kickstart file (vponcova)
- Adapt to our new daily builds of Anaconda (jkonecny)
- Perform recursive copying of driver disk RPM repo contents (esyr)
- network: catch exception when reading in-memory connection being removed (#1439220) (rvykydal)
- network: fix setting hostname via boot options (#1441337) (rvykydal)
- Fix a typo in an error message (esyr)
- Use the function we already have for applying disk selection (#1412022) (rvykydal)
- Ignore disks labeled OEMDRV (#1412022) (rvykydal)
- network: create dracut arguments for iSCSI root accessed via vlan (#1374003) (rvykydal)
- Test if Anaconda can be installed inside of mock (jkonecny)
- Remove run_install_test test (jkonecny)
- Show the text of completions in the datetime spoke. (vponcova)
- Use new daily-blivet copr builds (jkonecny)
2017-06-13 18:04:33 +02:00
Martin Kolman 49acf2c24d New version 26.21.7-1
- Provide access to simpleline App instance (mkolman)
- Make it possible to use a custom getpass() (mkolman)
- Fix the addon handlers for the checkbox (#1451754) (vponcova)
2017-05-24 16:45:22 +02:00
Martin Kolman 471d1b5698 New version 26.21.6-1
- Bump Pykickstart version (mkolman)
2017-05-09 16:54:43 +02:00
Martin Kolman f1e522fc9b New version 26.21.5-1
- Make some missed adjustments to blivet API changes. (#1440134) (dlehman)
- Bump required version for blivet-gui (vtrefny)
- BlivetGuiSpoke: Set keyboard shortcuts for blivet-gui (#1439608) (vtrefny)
- BlivetGuiSpoke: Refresh blivet-gui UI after spoke is entered (vtrefny)
- Really fix with tmux 2.4 (version comparison was busted) (awilliam)
- Show or hide the content of the expander on Fedora (vponcova)
- itertools.chain can be iterated only once (#1414391) (vponcova)
2017-05-05 13:44:35 +02:00
Martin Kolman 3f3827f79b New version 26.21.4-1
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
- make anaconda working back again with tmux2.4 (pallotron)
- Trigger the entered signal only once the screen is shown (#1443011) (mkolman)
- Use constants in storage checker constraints. (vponcova)
- Optimize payload thread restart on network change (jkonecny)
- Add unit test for RepoMDMetaHash object (#1373449) (jkonecny)
- Make the formating in payload consistent (#1373449) (jkonecny)
- Fix Anaconda forces payload restart when network (not)change (#1373449) (jkonecny)
- Gtk: Fix creating images from resources. (vponcova)
- Fix partial kickstart software selection in GUI (#1404158) (jkonecny)
- Removed unused code in the Software spoke (#1404158) (jkonecny)
- Fix selection logic in Software spoke (#1404158) (jkonecny)
- Fix Driver Disc documentation (#1377233) (jkonecny)
- Support DD rpm loading from local disk device (#1377233) (jkonecny)
- Gtk: Replace deprecated get_misc_set_alignment in widgets. (vponcova)
- Gtk: Replace deprecated Gtk.Viewport.get_v/hadjustment. (vponcova)
- Gtk: Replace deprecated methods. (vponcova)
- Set the info bar only once if the partitioning method changes. (vponcova)
- Catch race-condition error reading from in-memory connection being removed (#1373360) (rvykydal)
- Fix pylint issue Catching too general exception Exception (jkonecny)
- network tui: fix changing ipv4 config from static to dhcp (#1432886) (rvykydal)
- Allow setting up bridge for fetching installer image from kickstart (#1373360) (rvykydal)
- Support --noboot and --noswap options in autopartitioning (#1220866) (vponcova)
- Support --nohome option in the autopartitioning (vponcova)
2017-04-28 13:57:09 +02:00
Martin Kolman 7cc395a9bc New version 26.21.3-1
- Hide options based on storage configuration method (#1439519) (mkolman)
- Catch exception when reading from in-memory connection being removed (#1439051) (rvykydal)
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
- Fix logging of the storage checker report. (vponcova)
- Fix a property name of luks devices in storage checking (#1439411) (vponcova)
- Bump required version for blivet-gui (vtrefny)
- Use newly created swaps after the installation (#1439729) (vtrefny)
- Set default FS type for blivet-gui (#1439581) (vtrefny)
2017-04-11 16:14:53 +02:00
Martin Kolman 8951eb9ff5 New version 26.21.2-1
- Display progress for the post installation phase (mkolman)
- Enable the install class to customize the storage checking (vponcova)
- Replace sanity check with more advanced storage checker (vponcova)
- Various log-capture script improvements (mkolman)
- Rename StorageChecker to StorageCheckHandler (vponcova)
- Correction of some typographic mistakes in documentation. (rludva)
- Fix bullet point formatting in contribution guidelines (mkolman)
- Propagate firstboot --disable to Screen Access Manager (mkolman)
- util: Add script to capture logs (riehecky)
- Fix a typo (mkolman)
- Enhance git-find-branch script (jkonecny)
- Improve how storage configuration settings are displayed (mkolman
2017-04-05 16:37:02 +02:00
Martin Kolman 4345efecdc New version 26.21.1-1
- We should not have pyanaconda submodules on PYTHONPATH (vponcova)
- Lock empty root password during kickstart installation (#1383656) (mkolman)
- Use system Python when running Anaconda (mkolman)
- Remove unused false positives for pylint (vtrefny)
- Fix pylint error in BlivetGUI spoke (vtrefny)
- Fix tests by renaming packaging to payload (jkonecny)
- Rescue mode should wait for the storage and luks devices (#1376638) (vponcova)
2017-03-06 19:24:21 +01:00
3 changed files with 98 additions and 832 deletions

67
.gitignore vendored
View File

@ -92,58 +92,15 @@
/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-26.21.1.tar.bz2
/anaconda-26.21.2.tar.bz2
/anaconda-26.21.3.tar.bz2
/anaconda-26.21.4.tar.bz2
/anaconda-26.21.5.tar.bz2
/anaconda-26.21.6.tar.bz2
/anaconda-26.21.7.tar.bz2
/anaconda-26.21.8.tar.bz2
/anaconda-26.21.9.tar.bz2
/anaconda-26.21.10.tar.bz2
/anaconda-26.21.11.tar.bz2
/anaconda-26.21.12.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
SHA512 (anaconda-29.15.tar.bz2) = 13036274c600ef33a6644c51870399051088d3bab07174e3c3f7049ee04943ac7daa8546cdbb85024cdf9580fbe614b9ebd8472388f0ab05778cf07422638990
SHA512 (anaconda-26.21.12.tar.bz2) = 51a51217e4d08012b9c6b42633df5354e163465a97591a510acd97c0caaeededd2dd8bbe16f675f1760abbcc9e26293750e80da28207a5867246c0b063a7d9d2