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

swap detection order between nightly and testing

parent 70312974
Branches
Tags
1 merge request!165swap detection order between nightly and testing
...@@ -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