Skip to content

Commit

Permalink
disable 'stable mode' in Gentoo Prefix bootstrap script, since it's o…
Browse files Browse the repository at this point in the history
…nly used forr x86_64 (cfr. EESSI#131)
  • Loading branch information
boegel committed Nov 21, 2021
1 parent 1ee7f64 commit 8c7c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,7 @@ I can limit your Prefix to use only packages keyworded for stable amd64
by default. Of course, you can still enable testing ~amd64 for
the packages you want, when the need arises.
EOF
[[ ${TODO} == 'noninteractive' ]] && ans=yes ||
[[ ${TODO} == 'noninteractive' ]] && ans=no ||
read -p " Do you want to use stable Prefix? [Yn] " ans
case "${ans}" in
[Yy][Ee][Ss]|[Yy]|"")
Expand Down

0 comments on commit 8c7c544

Please sign in to comment.