Commit Graph

127 Commits

Author SHA1 Message Date
Шашкин Николай 7c76fa15b3 Fix regexps: do not rm revision. 2023-07-26 00:11:28 +03:00
Шашкин Николай 294b651dea Extend regexp for kernel removing. 2023-07-25 23:50:41 +03:00
Шашкин Николай f59c390d5d rm -r[0-9]+ from kernel version 2023-06-05 16:52:43 +03:00
Шашкин Николай 41023df98f Extend /boot/vmlinuz* acceptable names. 2023-05-19 18:23:46 +03:00
Kolan Sh 6930eff7d2 move --oldconfig to config 2023-01-25 02:13:45 +03:00
Kolan Sh dd69fd9e42 fix --oldconfig 2023-01-24 18:52:29 +03:00
Kolan Sh e25941f122 Increase --backtrack=50 for automatic dependency resolution. 2023-01-24 03:57:17 +03:00
Kolan Sh d7c63ad130 Increase --backtrack=50 for automatic dependency resolution. 2023-01-19 04:01:07 +03:00
Kolan Sh 771f6dc8a0 Fix stage counter. 2021-03-11 18:09:18 +03:00
Kolan Sh abb67e5d70 Upgrade perl package before perl-cleaner. 2020-06-06 16:18:51 +03:00
Kolan Sh eeca40f975 Rebuild @system/@world in the end, do not stop on upgrade @system fail. 2020-04-28 19:12:21 +03:00
Kolan Sh 17eba7c441 Upgrade Perl (perl-cleaner) before Python and @system... 2019-12-16 12:50:24 +03:00
Kolan Sh 6e3941f543 perl-cleaner --all -> --reallyall 2018-06-21 12:43:07 +03:00
Kolan Sh 1adec671b6 Get PORTAGE_TMPDIR from "emerge --info" 2018-05-29 18:46:34 +03:00
Kolan Sh 6a840c1c15 Special symbols in `uname` shielding. 2018-03-19 18:55:17 +03:00
Kolan Sh 60652d7b91 --keep-going=y added for @system and @world rebuilding. 2017-04-19 02:15:44 +03:00
Kolan Sh 240461780f /etc/init.d/squash_layman script support added. 2017-02-05 06:32:50 +03:00
Kolan Sh 2f7bf23b20 Revert "eix-remote update -> update2"
This reverts commit 7e6a1d9a3d.
2017-01-17 14:32:13 +03:00
Kolan Sh 7e6a1d9a3d eix-remote update -> update2
https://forums.gentoo.org/viewtopic-t-1056410.html?sid=8abf22a105655b1e3cd80516382dcc60
2017-01-08 01:00:40 +03:00
Kolan Sh 515ce93886 bdeps fix 2017-01-01 00:34:28 +03:00
Kolan Sh 99cd731498 Eselect Python automatically only if PYTHON_ESELECT=TRUE set. 2016-09-02 18:40:12 +03:00
Kolan Sh 51ac224d06 haskell-updater removed. 2016-08-21 12:15:45 +03:00
Kolan Sh ae5bb19dc6 grub2-mkconfig -> grub-mkconfig 2016-08-17 13:13:34 +03:00
Kolan Sh ddde9aaeb9 python-updater deprecated. 2016-08-17 10:37:58 +03:00
Kolan Sh f739dca543 Run perl-cleaner after package cleaning. 2015-09-11 13:10:07 +03:00
Kolan Sh 421f1ed418 Don't upgrade Python if it's not necessary. 2015-08-30 18:29:41 +03:00
Kolan Sh bf36505e4a Set timeout for live upgrade. 2015-05-20 11:07:02 +03:00
Kolan Sh c48a36d4e7 Do not prelink already prelinked libraries. 2015-02-27 14:39:00 +03:00
Kolan Sh b332c77908 Remove unused commented code. 2015-02-27 14:38:35 +03:00
Kolan Sh e62a85ff36 Don't check eix-remote update status. 2014-10-28 15:33:22 +03:00
Kolan Sh 3ff913b3fa Add '-1' arg to the emerge calls. 2014-10-22 16:39:57 +04:00
Kolan Sh 398949ff4d Revert "Workaround for UnicodeDecodeError."
This reverts commit 699cd870da.
2014-09-15 17:19:28 +04:00
Kolan Sh c23138bebf Don't run smart-live-rebuild if the command not present. 2014-08-10 21:55:39 +04:00
Kolan Sh 699cd870da Workaround for UnicodeDecodeError.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)
2014-08-07 21:18:24 +04:00
Kolan Sh 20ca5135f1 Fix selection of Grub version. 2014-08-07 15:49:15 +04:00
Kolan Sh 4176622975 Run e4rat scripts only if the package is installed. 2014-08-07 15:42:17 +04:00
Kolan Sh b68ffb7c80 Using _NPROCESSORS_ONLN+1 to build kernel. 2014-07-07 13:05:52 +04:00
Kolan Sh 8254c64118 Don't build binary packages on @world rebuild. 2014-06-16 12:00:43 +04:00
Kolan Sh b302e20017 Spare actions commented to decrease overhead. 2014-02-13 10:53:25 +04:00
Kolan Sh 4d0987f6f1 Indents updated. 2014-02-11 16:26:05 +04:00
Kolan Sh 7b48de3ba9 MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono for menuconfig 2014-01-27 11:23:55 +04:00
Kolan Sh 6215a5c992 Show "FULL DOWNLOAD" message only when really downloading. 2014-01-16 12:39:41 +04:00
Kolan Sh a645d3a041 Check for perl-cleaner|haskell-updater necessity before @system upgrade as far as python may depend on perl. 2013-12-16 15:24:36 +04:00
Kolan Sh b1a2845b9e Python upgrade must be before @system upgrade. 2013-12-09 15:14:07 +04:00
Kolan Sh 240d18d30f --with-bdeps=y for @world upgrading. 2013-12-02 14:37:05 +04:00
Kolan Sh 9c3a9e0b00 Determination of current Gcc version fixed. 2013-10-30 18:55:35 +04:00
Kolan Sh 351a137552 Algorithm of current kernel version determining was improved. 2013-10-07 11:47:48 +04:00
Kolan Sh 7e0a223e6e Show dependency tree on @system/@world upgrade. 2013-09-13 19:02:34 +04:00
Kolan Sh 8df4b7e9b3 gentoo-fetchcommand script updated 2013-09-12 01:09:45 +04:00
Kolan Sh b6de5812bb Package filtering when upgrading the script. 2013-08-13 11:24:43 +04:00