aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-13 19:58:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-13 19:59:00 +0200
commitb064981ec35e81d76becf4618b402bd0f698c684 (patch)
tree1ce6305402925aa2ab5fff8e3293a903f2ef8a8e
parentephemeral builds: make PKGDIR actually bind to the right place... (diff)
downloadbinhost-b064981ec35e81d76becf4618b402bd0f698c684.tar.gz
binhost-b064981ec35e81d76becf4618b402bd0f698c684.tar.bz2
binhost-b064981ec35e81d76becf4618b402bd0f698c684.zip
Disallow autounmask from unmasking licenses (bad!)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-xbuilders/milou/gnome-23/run-update2
-rwxr-xr-xbuilders/milou/gnome-v3-23/run-update2
2 files changed, 2 insertions, 2 deletions
diff --git a/builders/milou/gnome-23/run-update b/builders/milou/gnome-23/run-update
index 7e1aeca..0d043c6 100755
--- a/builders/milou/gnome-23/run-update
+++ b/builders/milou/gnome-23/run-update
@@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then
comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable
sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf
- to_install=(--autounmask --autounmask-keep-keywords --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+ to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
elif [[ $1 ]]; then
pushd /etc/portage/variants/$1
while read -r -d '' line; do
diff --git a/builders/milou/gnome-v3-23/run-update b/builders/milou/gnome-v3-23/run-update
index 7e1aeca..0d043c6 100755
--- a/builders/milou/gnome-v3-23/run-update
+++ b/builders/milou/gnome-v3-23/run-update
@@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then
comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable
sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf
- to_install=(--autounmask --autounmask-keep-keywords --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+ to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
elif [[ $1 ]]; then
pushd /etc/portage/variants/$1
while read -r -d '' line; do