Skip to content

Commit

Permalink
[unity-scopes] Track trusty repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Long Chen committed Mar 10, 2014
1 parent d9ded1a commit 033af7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unity-scopes/compare_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

source "$(dirname ${0})/PKGBUILD"

echo "Downloading Ubuntu 13.10 Source Package Database..."
echo "Downloading Ubuntu 14.04 Source Package Database..."
[ -f Sources.bz2 ] && rm Sources.bz2
[ -f Sources ] && rm Sources
curl -O http://archive.ubuntu.com/ubuntu/dists/saucy/main/source/Sources.bz2
curl -O http://archive.ubuntu.com/ubuntu/dists/trusty/main/source/Sources.bz2
bunzip2 Sources.bz2
PACKAGES=($(grep "Package: unity-scope" Sources | sed 's/Package: unity-scope-//g'))

Expand Down

0 comments on commit 033af7e

Please sign in to comment.