projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b36cc
)
Batch build now cleans up and uploads iso and paks.
author
Michael Tremer
<michael.tremer@ipfire.org>
Tue, 30 Sep 2008 10:23:40 +0000
(10:23 +0000)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Tue, 30 Sep 2008 10:23:40 +0000
(10:23 +0000)
tools/make-functions
patch
|
blob
|
blame
|
history
diff --git
a/tools/make-functions
b/tools/make-functions
index
c41f4c6
..
9eb7219
100644
(file)
--- a/
tools/make-functions
+++ b/
tools/make-functions
@@
-492,6
+492,8
@@
batch_script() {
if [ "$IPFIRE_REBUILD" -eq "0" ]; then
export IPFIRE_START_TIME=`date`
+
+ $0 clean
evaluate 1
$0 git update
@@
-507,12
+509,12
@@
batch_script() {
evaluate 1 mail_me ERROR
echo "### UPLOADING ISO"
-
#
$0 upload iso
-
#
evaluate 1 mail_me ISO
+ $0 upload iso
+ evaluate 1 mail_me ISO
echo -ne "### UPLOADING PAKS"
-
#
$0 upload paks
-
#
evaluate 1 mail_me PAKS
+ $0 upload paks
+ evaluate 1 mail_me PAKS
echo -ne "${BOLD}***SUCCESS!${NORMAL}"
mail_me success