Skip to content

Commit 723f21c

Browse files
committed
-(quantal, raring) +(utopic), release -> trusty
1 parent d64b48a commit 723f21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nightly.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd $dir
3939

4040
# Build current master branch
4141

42-
dists="precise quantal raring saucy trusty"
42+
dists="precise saucy trusty utopic"
4343
archs="32 64"
4444

4545
for dist in $dists; do
@@ -58,7 +58,7 @@ done
5858
# Build stable release
5959

6060
release=2.1.0p2
61-
dists="raring"
61+
dists="trusty"
6262
opts="$opts -b $release"
6363

6464
for dist in $dists; do

0 commit comments

Comments
 (0)