commit:     eae76cc096cdc6943503c5682220a7ed030b807b
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 23:59:56 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 00:06:38 2025 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=eae76cc0

lucky builds can have more than one per variant

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/milou/gnome-23/run-update     | 2 +-
 builders/milou/gnome-v3-23/run-update  | 2 +-
 builders/milou/kde-23/run-update       | 2 +-
 builders/milou/kde-v3-23/run-update    | 2 +-
 builders/milou/openrc-23/run-update    | 2 +-
 builders/milou/openrc-v3-23/run-update | 2 +-
 builders/milou/server-23/run-update    | 2 +-
 builders/milou/server-v3-23/run-update | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/builders/milou/gnome-23/run-update 
b/builders/milou/gnome-23/run-update
index ea34914..0c8fceb 100755
--- a/builders/milou/gnome-23/run-update
+++ b/builders/milou/gnome-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/gnome-v3-23/run-update 
b/builders/milou/gnome-v3-23/run-update
index ea34914..0c8fceb 100755
--- a/builders/milou/gnome-v3-23/run-update
+++ b/builders/milou/gnome-v3-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/kde-23/run-update b/builders/milou/kde-23/run-update
index ea34914..0c8fceb 100755
--- a/builders/milou/kde-23/run-update
+++ b/builders/milou/kde-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/kde-v3-23/run-update 
b/builders/milou/kde-v3-23/run-update
index ea34914..0c8fceb 100755
--- a/builders/milou/kde-v3-23/run-update
+++ b/builders/milou/kde-v3-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/openrc-23/run-update 
b/builders/milou/openrc-23/run-update
index ea34914..0c8fceb 100755
--- a/builders/milou/openrc-23/run-update
+++ b/builders/milou/openrc-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/openrc-v3-23/run-update 
b/builders/milou/openrc-v3-23/run-update
index ea34914..0c8fceb 100755
--- a/builders/milou/openrc-v3-23/run-update
+++ b/builders/milou/openrc-v3-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/server-23/run-update 
b/builders/milou/server-23/run-update
index 7978a6f..2977128 100755
--- a/builders/milou/server-23/run-update
+++ b/builders/milou/server-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

diff --git a/builders/milou/server-v3-23/run-update 
b/builders/milou/server-v3-23/run-update
index 7978a6f..2977128 100755
--- a/builders/milou/server-v3-23/run-update
+++ b/builders/milou/server-v3-23/run-update
@@ -5,7 +5,7 @@ set -e
 
 to_install=(world)
 
-if [[ $1 = lucky ]]; then
+if [[ $1 = *lucky ]]; then
        eix-update
        eix --stable --only-names | grep -E -v '^(acct|virtual|sec)-' | sort -u 
> /tmp/stable
        eix --installed --only-names | sort -u > /tmp/installed

Reply via email to