Настройка porthole

Запуск cl-update --sync-only --no-progress вместо emerge --sync
mhiretskiy
parent b397a37c30
commit 85ad15191f

@ -0,0 +1,3 @@
# Calculate format=patch path=/usr/lib/python2.7/site-packages/porthole name=mainwindow.py os_install_arch_machine!=x86_64
<reg>sync \+= " --nospinner.*</reg>
<text>sync += ""</text>

@ -0,0 +1,3 @@
# Calculate format=patch path=/usr/lib64/python2.7/site-packages/porthole name=mainwindow.py os_install_arch_machine==x86_64
<reg>sync \+= " --nospinner.*</reg>
<text>sync += ""</text>

@ -0,0 +1,3 @@
# Calculate format=patch path=/usr/lib/python2.7/site-packages/porthole/config name=preferences.py os_install_arch_machine!=x86_64
<reg>emerge --sync</reg>
<text>cl-update --sync-only --no-progress</text>

@ -0,0 +1,3 @@
# Calculate format=patch path=/usr/lib64/python2.7/site-packages/porthole/config name=preferences.py os_install_arch_machine==x86_64
<reg>emerge --sync</reg>
<text>cl-update --sync-only --no-progress</text>

@ -2,4 +2,4 @@
[overlay-calculate]
# Save the latest version, because when switching profile cl-setup-profile 3.2.2 makes a call cl-setup-system
remerge = 20171107
remerge = 20171107.1

@ -0,0 +1,4 @@
# Calculate format=samba name=ini.env ini(overlay-calculate.remerge)<#-cl_pass_file-# merge=app-portage/porthole
[overlay-calculate]
remerge = #-cl_pass_file-#

@ -0,0 +1,4 @@
# Calculate format=patch path=/root/.porthole name=prefs.xml ini(overlay-calculate.revision)<#-cut(0,-,#-cl_pass_file-#)-#&&pkg(app-portage/porthole)!=&&exists(/root/.porthole/prefs.xml)!=
#-ini(overlay-calculate.revision,#-cut(0,-,#-cl_pass_file-#)-#)-#
<reg>emerge --sync</reg>
<text>cl-update --sync-only --no-progress</text>
Loading…
Cancel
Save