anaconda/.gitignore

8 lines
161 B
Plaintext
Raw Normal View History

/anaconda-22.1.tar.bz2
/anaconda-22.2.tar.bz2
- Add some tests for execReadlines (dshea) - Remove iutil.fork_orphan (dshea) - Move non-exec tests into a separate class. (dshea) - Write storage after liveimg install (#1080396) (bcl) - Add an option to makebumpver to skip all checks. (clumens) - Write sslverify=0 for url kickstart method (#1116858) (bcl) - Add noverifyssl and proxy support to dracut ks handling (#1116858) (bcl) - Log installation successes and failures via ipmitool (#782019). (clumens) - Default the OK button on the iscsi dialog to insensitive. (clumens) - Add repo --install support to DNF (#1119867) (bcl) - Install selected ks repos to target (#1119867) (bcl) - Add check for the format of grub2 encrypted password (#1070327) (bcl) - Add some sanity checking to live payload (vpodzime) - Use blivet's getFreeSpace for limitting automatic swap size (vpodzime) - Ask users for enough space right at the first time (#876916) (vpodzime) - Use low level file i/o for rpm callback logging (#1035745) (bcl) - In tui cmdline mode skip showError and log message (bcl) - Modify nm to return defaults when no dbus is available (bcl) - Skip networkInitialize for image and dir installations (bcl) - Ignore safe_dbus errors in keyboard setup (bcl) - Skip syslog for dirinstall (bcl) - Clear out errors at the beginning of _save_right_side. (clumens) - Filter empty comps groups from both specific and generic lists (dshea) - Add a test for disadvised words. (dshea) - Mountpoint encrypted checkbox reflects container state (#1000031) (bcl) - Display a fatal error if unable to encrypt a password. (dshea) - Change strings per stylistic advice from ECS (dshea) - Untranslate the type column of the network device type combobox (dshea) - Add more information to the custom part summary dialog (#975804). (clumens) - Don't require user creation when root is locked (#1030626) (bcl) - Import LUKSDeviceWithoutKeyError from the right place (vpodzime) - Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime) - Fix issues reported by pyflakes (vpodzime)
2014-08-15 23:10:32 +00:00
/anaconda-22.3.tar.bz2
/anaconda-22.4.tar.bz2
- Don't call storage.write for dirinstall (#1120206) (bcl) - Fix pylint warning from a recent commit. (dlehman) - Fix the link to the help-button-clicked signal (dshea) - Assign mnemonics to two checkboxes on the user spoke that didn't have them. (clumens) - Remove "MB" from the size string on the HDISO combo box. (clumens) - Use _Cancel and _Continue mnemonics on these two screens. (clumens) - Rename to be the TIME & DATE spoke. (clumens) - Ok -> OK on the proxy dialog. (clumens) - Handle cancellation of new container creation. (dlehman) - Reflect previous custom/autopart selection in the storage spoke. (dlehman) - Clear out custom storage ksdata after first attempt to apply it. (dlehman) - Pass size as Size when adjusting container after device removal. (#1141707) (dlehman) - Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern) - Split localed's converted layouts and variants (#1073825) (vpodzime) - Rename variable to not with a built-in (mkolman) - Create free space snapshot before doing custom->autopart (vpodzime) - Deprecate RUNKS cmdline option. (sbueno+anaconda) - Show help also when alt+F1 is pressed (mkolman) - Support display of the custom mnemonics on the help button (mkolman) - Activate the built-in help when F1 is pressed (mkolman) - Specify help file names for hubs and spokes (mkolman) - Add a help button to every Anaconda screen (mkolman) - Don't call BusyCursor before Gdk is setup (#1078868) (bcl) - Fix SELINUX_DEFAULT import (#1137049) (bcl) - Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern) - Bump version so BTRFSValueError is found (#1019685) (amulhern) - Don't change langpacks config of installer environment (#1066017) (rvykydal) - network: fix typo 'Private ksy pasword' (#1120374) (rvykydal) - Fix up a string style issue found in the last network commits. (clumens) - network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal) - network: add support for WPA Enterprise (#1120374) (rvykydal) - network: add s390 network ifcfg options also for bond slaves (#1090558) (rvykydal) - network: copy resolv.conf to chroot before installing packages (#1048520) (rvykydal) - network: don't crash, just log for unrecognized bond options (#1039006) (rvykydal) - network: don't traceback on invalid team options (#1114282) (rvykydal) - network: don't write HWADDR in ifcfgs generated by kickstart (#1130042) (rvykydal) - Re-order the tz's in text mode to mirror the graphical order. (sbueno+anaconda) - Apply a better check for whether to fail if authconfig is missing. (clumens) - driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods) - Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda) - Fix the SIGSEGV handler (dshea) - Remove argument handling from methods without arguments (dshea) - Warn if software selection size exceeds available space. (sbueno+anaconda) - X doesn't start when making the livecd on the GUI test either. (clumens) - Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl) - Fix that urllib2 problem more thoroughly. (clumens) - Fix a problem where urllib2 is not getting pulled into the initrd. (clumens) - Specify thin pool metadata/chunk size only if given by user (#1140635) (vpodzime) - Fix q for quit issue in text mode (#997405) (sbueno+anaconda) - Additional message if kickstart was used but did not finish (#1117908) (amulhern) - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) - Use only the digits from productVersion (bcl) - If a kickstart installation stops because it doesn't know something, log that. (clumens) - Don't care about crash args in bootloader (#1116323) (vpodzime)
2014-09-20 00:28:08 +00:00
/anaconda-22.6.tar.bz2
- Fix Welcome spoke not showing up during kickstart installation (#1147943) (mkolman) - Don't allow /boot on lvm on s390x. (sbueno+anaconda) - Handle failures to instantiate storage devices when parsing kickstart. (dlehman) - Add the new langsupport.py TUI spoke to POTFILES.in. (clumens) - Remove the now-unused imports of storageInitialize. (clumens) - Add support for language selection in text mode. (sbueno+anaconda) - packaging: handle new NFS installation source with inst.stage2=nfs:... (wwoods) - Allow cdrom-swapping when doing "inst.ks=cdrom[:...]" (wwoods) - anaconda-lib.sh: add tell_user() and dev_is_cdrom() (wwoods) - Don't force a user to return to the storage spoke after dasdfmt (sbueno+anaconda) - Don't run storageInitialize after dasdfmt (sbueno+anaconda) - Shut up, parallel (dshea) - Really fix unexpected exits in execReadlines (dshea) - Add a context manager for executing code while UI signals are blocked. (clumens) - Avoid the possibility of size variables being unset (#1146585) (dshea) - s390x: Apply disk selection before dasdfmt to preserve data. (sbueno+anaconda) - Fix a bad use of WIFSIGNALED (dshea) - Handle 0's returned by Gdk (dshea) - Adapt to corrected interpetation of logvol --percent. (dlehman) - Always use iutil to start processes. (dshea) - Move the X startup logic to iutil (dshea) - Move process watching to iutil. (dshea) - Close file descriptors while daemonizing auditd (dshea) - Add an option to only capture stdout with execWithCapture (dshea) - Simplify iutil.execReadlines. (dshea) - Add close_fds to the Popen call. (dshea) - Add an option to startProgram to reset signal handlers. (dshea) - Add a method startProgram to handle process starting (dshea) - Lock program_log_lock closer to where the log is written. (dshea) - Record early crashes to ipmi (dshea) - Clear the list of watched PIDs before exiting. (dshea) - Remove the exitCode parameter from exitHandler. (dshea) - Warn about uses of the string module. (dshea) - Import _ from the i18n module instead of hand-crafting a copy of it (dshea) - Import gettext in iutil instead of passing the module reference to iutil (dshea) - Fix a typo in a comment (dshea) - When running on HiDPI monitors, scale anaconda by a factor of 2 (dshea) - Sort the contents of the file system type combo box. (clumens) - Remove the border on the layout testing box. (clumens) - Explain what the IPMI constants mean. (clumens) - Don't attempt terminal size detection on the s390 (#1145065) (mkolman) - Don't show the Add DASD button unless on s390x. (sbueno+anaconda) - Don't show the Add DASD button unless on s390x. (sbueno+anaconda) - Preserve network args on s390x. (sbueno+anaconda)
2014-10-01 00:08:42 +00:00
/anaconda-22.7.tar.bz2
/anaconda-22.8.tar.bz2