Skip to content

Commit

Permalink
Add "devel" as an alias for the suite which is currently "devel" (rig…
Browse files Browse the repository at this point in the history
…ht now, this is "yakkety")
  • Loading branch information
tianon committed Jul 15, 2016
1 parent 08e583b commit d67d72b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ declare -A noVersion
noVersion=(
)

develSuite="$(wget -qO- http://archive.ubuntu.com/ubuntu/dists/devel/Release | awk -F ': ' '$1 == "Codename" { print $2; exit }' || true)"
if [ "$develSuite" ]; then
aliases[$develSuite]+=' devel'
fi

versions=( */ )
versions=( "${versions[@]%/}" )

Expand Down

0 comments on commit d67d72b

Please sign in to comment.