repo.or.cz
/
barry
/
progweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian: bumped Standards-Version to 3.9.3
[barry/progweb.git]
/
test
/
nightly.sh
blob
ffe2f37d739dfe81fda591f2c203dc74d2d19331
1
#!/bin/bash
2
3
set -e
4
5
cd
$
(
dirname
"
$0
"
)/
..
/
maintainer
6
.
/
release.sh
0 18 0
master barrychroots
7
.
/
release.sh
0 18 0
master barryremote
8
9
cd
..
/
test
10
git clean
-xdf
11
.
/
buildtest.sh
12
13
echo
14
echo
"Success."
15
echo
"Everything built without failure."
16