Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:firstyear:calculus
tik
tik.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tik.changes of Package tik
------------------------------------------------------------------- Wed Jun 19 12:11:44 UTC 2024 - rbrown@suse.com - Update to version 1.1.9: * Fix indentations * Add support for migrating fprint fingerprints ------------------------------------------------------------------- Mon Jun 17 15:39:11 UTC 2024 - rbrown@suse.com - Update to version 1.1.8: * Error message UEFI instead of EFI * Refined error message. Tested with UEFI system with inverted check. * initial implementation. Not tested yet. * Moved log message so it won't display multiple times. * Edited log message to reflect upower output * Fixed code indenting * Get rid of unneeded global variable and moved it locally. * Changed all tab indents to 4 spaces because it started to look strange on gitlab * Converted code to use upower instead of straight bash. * Bug in the previous Pull request would cause an infinite loop because the BAT* wildcard would follow symlinks recursively. This change would fix that bug using grep -r which would skip recursive symlinks. * Revert "Added condition to check batteries for charging state" ------------------------------------------------------------------- Sat Jun 15 19:20:01 UTC 2024 - rbrown@suse.com - Update to version 1.1.7: * crypt: tidy up unmounts ------------------------------------------------------------------- Sat Jun 15 17:34:32 UTC 2024 - rbrown@suse.com - Update to version 1.1.6: * crypt: resize partitions before encrypting them. minor bugfixes ------------------------------------------------------------------- Sat Jun 15 16:30:54 UTC 2024 - rbrown@suse.com - Update to version 1.1.5: * crypt: mount /var ------------------------------------------------------------------- Sat Jun 15 16:09:01 UTC 2024 - rbrown@suse.com - Update to version 1.1.4: * crypt: fix btrfs repair after resize ------------------------------------------------------------------- Sat Jun 15 15:45:51 UTC 2024 - rbrown@suse.com - Update to version 1.1.3: * crypt: bugfixes and workflow tuneups ------------------------------------------------------------------- Sat Jun 15 15:01:08 UTC 2024 - rbrown@suse.com - Update to version 1.1.2: * encrypt: prototype crypt module, force encrypts using a recovery key only, not for production use * mig: Backup openvpn config * Cleanup bluetooth backup ------------------------------------------------------------------- Fri Jun 14 11:47:31 UTC 2024 - rbrown@suse.com - Update to version 1.1.1: * Make disk selection window a little larger to be comfortable with extra info ------------------------------------------------------------------- Fri Jun 14 11:12:32 UTC 2024 - rbrown@suse.com - Update to version 1.0.991: * Revert "Added condition to check batteries for charging state" ------------------------------------------------------------------- Fri Jun 14 10:43:35 UTC 2024 - rbrown@suse.com - Update to version 1.0.99: * Unify /etc and /usr copies of config * Fix display error in selection dialog if disk has no partitions. * Added condition to check batteries for charging state which would indicate they are connected to power, and removed the hard block so it would only warn the user if they are about to install via battery * Filters USB devices to not be listed in disk selection dialog. Add a config value to allow USB devices to show in selection dialog. Fixes installation on USB devices. * Change how partition info is displayed ------------------------------------------------------------------- Fri Jun 14 07:47:22 UTC 2024 - Richard Brown <rbrown@suse.com> - Tune up _service for easier automation ------------------------------------------------------------------- Mon Jun 10 18:44:51 UTC 2024 - rbrown@suse.com - Update to version 1.0.7: * mig: always unmount the probed partition before mounting another (boo#1226120) * mig: wait for the encrypted device to appear, and relax luksClose requirement on cleanup (boo#1225882) ------------------------------------------------------------------- Fri May 31 08:32:04 UTC 2024 - rbrown@suse.com - Update to version 1.0.6: * Migrate bluetooth configuration also ------------------------------------------------------------------- Wed May 29 14:32:58 UTC 2024 - rbrown@suse.com - Update to version 1.0.5: * fix(functions): fallback to unix device path, when by-id does not exist ------------------------------------------------------------------- Mon May 27 14:55:51 UTC 2024 - rbrown@suse.com - Update to version 1.0.4: * module-mig: filter out empty SD card readers from install target list ------------------------------------------------------------------- Fri May 24 10:31:06 UTC 2024 - rbrown@suse.com - Update to version 1.0.3: * module-mig: make /etc umount optional - doesn't mount on Leap/TW sources ------------------------------------------------------------------- Fri May 24 09:32:07 UTC 2024 - rbrown@suse.com - Update to version 1.0.2: * Put autostart .desktop in migrated homedirs ------------------------------------------------------------------- Wed May 22 14:26:16 UTC 2024 - rbrown@suse.com - Update to version 1.0.1: * Force all migrated users to have default shell of /bin/bash * module-mig: Cleanup incomplete snapshot * migration: probe for existing LUKS devices, and ask the user to unlock them * Correct copyright attribution ------------------------------------------------------------------- Thu May 16 14:21:05 UTC 2024 - rbrown@suse.com - Update to version 0.9.5: * module-welcome: change echo to log * Set boot target after all modules * If restoring btrfs containers, set container storage driver to btrfs * Moved AC power detection function after the welcome message * Apply suggestions from code review * Update 10-welcome * Added code to detect laptop is connected to AC power before proceeding to copy home files to flash drive and starting upgrade ------------------------------------------------------------------- Wed May 15 13:51:15 UTC 2024 - rbrown@suse.com - Update to version 0.9.4: * module-mig: backup nested btrfs subvolumes and groups also * module-mig: Also backup/restore subgid/subuid ------------------------------------------------------------------- Tue May 14 13:59:51 UTC 2024 - rbrown@suse.com - Update to version 0.9.3: * module-mig: chmod copy of AccountsService/users so it can be properly copied and cleaned up ------------------------------------------------------------------- Mon May 13 14:39:07 UTC 2024 - rbrown@suse.com - Update to version 0.9.2: * Consider AccountsService info as optional * Support migrating existing user local & system time settings ------------------------------------------------------------------- Mon May 13 09:35:13 UTC 2024 - rbrown@suse.com - Update to version 0.9.1: * module-mig: Legacy Aeon: look for a file that will actually be on legacy Aeon installs ------------------------------------------------------------------- Mon May 13 09:04:07 UTC 2024 - rbrown@suse.com - Update to version 0.9.0: * Don't auto-close errors, gives the user time to debug * Introduce prun-opt function, make all other prun calls mandatory to exit cleanly ------------------------------------------------------------------- Wed May 08 11:59:22 UTC 2024 - rbrown@suse.com - Update to version 0.2.2: * tik-functions: restore wiping the bootorder, be more cautious about other bootentries ------------------------------------------------------------------- Wed May 08 09:33:29 UTC 2024 - rbrown@suse.com - Update to version 0.2.1: * module-mig: Correct nm config restore location ------------------------------------------------------------------- Tue May 07 16:27:09 UTC 2024 - rbrown@suse.com - Update to version 0.2.0: * module-mig: improve prun calls * module-mig: change eval parameter ordering * module-mig: bugfix - find existing backup if mig_dir is not empty * module-mig: bugfix - create mig_dir if doesn't exist, not if it does ------------------------------------------------------------------- Tue May 07 14:38:52 UTC 2024 - rbrown@suse.com - Update to version 0.1.7: * New Migration Module * module-pre-10-welcome: initial welcome module ------------------------------------------------------------------- Mon May 06 14:51:11 UTC 2024 - rbrown@suse.com - Update to version 0.1.6: * Correct efibootmgr path ------------------------------------------------------------------- Mon May 06 14:20:39 UTC 2024 - rbrown@suse.com - Update to version 0.1.5: * set_boot_target: Set (and log) the boot target for the newly installed image * Remove unused variable: image_basename ------------------------------------------------------------------- Mon May 6 14:00:57 UTC 2024 - Richard Brown <rbrown@suse.com> - Require efibootmgr ------------------------------------------------------------------- Thu May 02 18:01:38 UTC 2024 - rbrown@suse.com - Update to version 0.1.4: * Tidy up exit trap and zenity dialogs using spanning * Log module behaviour more cleanly * reassign the right disk_id type when restoring the device path * improve disk dialog, show only disk ID without path ------------------------------------------------------------------- Thu May 02 15:33:57 UTC 2024 - rbrown@suse.com - Update to version 0.1.3: * Improve layout of disk selection window ------------------------------------------------------------------- Thu May 2 13:25:38 UTC 2024 - Richard Brown <rbrown@suse.com> - Create and own modules directories ------------------------------------------------------------------- Thu May 02 13:10:50 UTC 2024 - rbrown@suse.com - Update to version 0.1.2: * Improve all dialogs, inspired by https://gitlab.gnome.org/Teams/Design/os-mockups/-/raw/master/installer/os-installer.png * Correctly log when using predefined device/image * Indentation cleanups & logging improvement * zenity: also log returned value, good to debug what menu option was picked * exit messages shouldn't trap non-zero codes as errors, also no need to log * Tidy up and make logs more consistent ------------------------------------------------------------------- Thu May 2 12:59:45 UTC 2024 - Richard Brown <rbrown@suse.com> - pv required for progress info ------------------------------------------------------------------- Wed May 1 17:32:08 UTC 2024 - Richard Brown <rbrown@suse.com> - Rework spec for version 0.1.0 ------------------------------------------------------------------- Wed May 01 17:28:32 UTC 2024 - rbrown@suse.com - Update to version 0.1.0: * prun: use full paths for pkexec * tik-gui: First commit, core functionality working ------------------------------------------------------------------- Thu Apr 25 16:43:13 UTC 2024 - rbrown@suse.com - Update to version 0.0.10: * Reboot when finished * Make some boxes bigger ------------------------------------------------------------------- Thu Apr 25 15:23:43 UTC 2024 - rbrown@suse.com - Update to version 0.0.9: * Avoid scaling message boxes, looks ugly ------------------------------------------------------------------- Thu Apr 25 08:49:22 UTC 2024 - rbrown@suse.com - Update to version 0.0.8: * Scale boxes that need to scale ------------------------------------------------------------------- Wed Apr 24 16:31:10 UTC 2024 - rbrown@suse.com - Update to version 0.0.7: * Standardise on scaling height where it makes sense ------------------------------------------------------------------- Wed Apr 24 15:18:33 UTC 2024 - rbrown@suse.com - Update to version 0.0.6: * Correct dd output ------------------------------------------------------------------- Wed Apr 24 12:24:58 UTC 2024 - rbrown@suse.com - Update to version 0.0.5: * Standardise on 80 character wide boxes * Properly sync the image - Remove pv again, breaks more than it helps ------------------------------------------------------------------- Mon Apr 22 09:20:42 UTC 2024 - Richard Brown <rbrown@suse.com> - Added pv back - useful for modules ------------------------------------------------------------------- Sun Apr 21 10:18:12 UTC 2024 - Richard Brown <rbrown@suse.com> - No longer use pv (not used by 0.0.4) ------------------------------------------------------------------- Sat Apr 20 22:18:11 UTC 2024 - rbrown@suse.com - Update to version 0.0.4: * Better find images and show more robust progress ------------------------------------------------------------------- Thu Apr 4 16:02:54 UTC 2024 - Richard Brown <rbrown@suse.com> - Add systemd service ------------------------------------------------------------------- Thu Apr 04 15:33:05 UTC 2024 - rbrown@suse.com - Update to version 0.0.3: * Fix Issue #1 - correct error reporting, and properly use xz ------------------------------------------------------------------- Tue Mar 26 09:24:16 UTC 2024 - rbrown@suse.com - Update to version 0.0.2: * Add systemd unit * Normalise /etc and /usr configs ------------------------------------------------------------------- Mon Mar 25 17:17:48 UTC 2024 - sfalken@opensuse.org - Specfile cleanup, clearing rpmlint warnings/errors ------------------------------------------------------------------- Mon Mar 25 14:53:41 UTC 2024 - rbrown@suse.com - Version 0.0.1: Initial package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor