repo.or.cz
/
barry.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed typo in comment in the configure.ac files
[barry.git]
/
test
/
nightly.sh
blob
888bad8a6ff7a3bc3290a3fb1bf9c17d75f9b5f1
1
#!/bin/bash
2
3
set -e
4
5
cd
$
(
dirname
"
$0
"
)/
..
/
maintainer
6
.
/
release.sh
0 19 0
master barrychroots
7
.
/
release.sh
0 19 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