autoproj 1.13.0.b5 → 1.13.0.b6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/autoproj_bootstrap +1 -1
- data/lib/autoproj/osdeps.rb +1 -1
- data/lib/autoproj/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 625c117f6b1bdc7d6dea3dbee82ad461d860ccae
|
4
|
+
data.tar.gz: 0a6db03ddbf3169da1331534cc7f2c88c5b50531
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78e2f6806d2c6cbf51cb1d749088d6a90586ff2ef24a82b8478cdff6efc9e1d5a98a2c371a82f8985819c44aca3c160bc7636f097338891a51ad420bdce38f89
|
7
|
+
data.tar.gz: 61cfdc6cf90618e236bc825cd66c3108483dae6bfdc77be8fe4a85d165c75d6f6c0ddaf8de8d9ca3ad6de37415ca150aafddd591dfa46389995ce3db3ac2a005
|
data/bin/autoproj_bootstrap
CHANGED
@@ -1801,7 +1801,7 @@ fi
|
|
1801
1801
|
|
1802
1802
|
# on Debian, they refuse to put enough information to detect
|
1803
1803
|
# 'unstable' reliably. So, we use the heuristic method for it
|
1804
|
-
if names[0]
|
1804
|
+
if names[0] == "debian"
|
1805
1805
|
# check if we actually got a debian with the "unstable" (sid)
|
1806
1806
|
# flavour. it seems that "/etc/debian_version" does not contain
|
1807
1807
|
# "sid" (but "8.0" for example) during the feature freeze
|
data/lib/autoproj/osdeps.rb
CHANGED
@@ -1286,7 +1286,7 @@ fi
|
|
1286
1286
|
|
1287
1287
|
# on Debian, they refuse to put enough information to detect
|
1288
1288
|
# 'unstable' reliably. So, we use the heuristic method for it
|
1289
|
-
if names[0]
|
1289
|
+
if names[0] == "debian"
|
1290
1290
|
# check if we actually got a debian with the "unstable" (sid)
|
1291
1291
|
# flavour. it seems that "/etc/debian_version" does not contain
|
1292
1292
|
# "sid" (but "8.0" for example) during the feature freeze
|
data/lib/autoproj/version.rb
CHANGED