Skip to content
Snippets Groups Projects
Commit bca2a736 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

swap detection order between nightly and testing

(cherry picked from commit 091bd25f)
parent 1f265b8d
No related branches found
No related tags found
1 merge request!201Add awkward-array package
...@@ -21,10 +21,10 @@ if [ -f /etc/jug_info ]; then ...@@ -21,10 +21,10 @@ if [ -f /etc/jug_info ]; then
if [ ! -z ${container} ]; then if [ ! -z ${container} ]; then
if [[ $version =~ 'unstable' ]]; then if [[ $version =~ 'unstable' ]]; then
sigil="?" sigil="?"
elif [[ $version =~ 'testing' ]]; then
sigil="*"
elif [[ $version =~ 'nightly' ]]; then elif [[ $version =~ 'nightly' ]]; then
sigil="" sigil=""
elif [[ $version =~ 'testing' ]]; then
sigil="*"
else # stable else # stable
sigil="+" sigil="+"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment