aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-09-29 00:12:19 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-09-29 00:12:19 -0400
commitbb86114228b1befb479fcffa669898605aba72e8 (patch)
tree2d7c19c665c8f064b93cf01bb1665becadc06f26 /builders
parentlucky variant: autounmask can be simpler (diff)
downloadbinhost-bb86114228b1befb479fcffa669898605aba72e8.tar.gz
binhost-bb86114228b1befb479fcffa669898605aba72e8.tar.bz2
binhost-bb86114228b1befb479fcffa669898605aba72e8.zip
lucky variant: try to build 3 packages, not just one
Be a little adventurous. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'builders')
-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 bc348cc..ea34914 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-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+ to_install=(--autounmask-write --autounmask-continue $(shuf -n3 /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 bc348cc..ea34914 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-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable))
+ to_install=(--autounmask-write --autounmask-continue $(shuf -n3 /tmp/uninstalled-stable))
elif [[ $1 ]]; then
pushd /etc/portage/variants/$1
while read -r -d '' line; do