notpron

Deutsche Lösungen zu Notpron
git clone git://xatko.vsos.ethz.ch/notpron.git
Log | Files | Refs

commit 25960df04987b836464409506f203e7163efbb50
parent cfeaa392792b7eea2b0cb6da17fe100069540009
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Tue, 24 Sep 2013 20:50:37 +0200

Buildscript extended

Diffstat:
build.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh @@ -28,7 +28,7 @@ checkResult $? Copying $FILEBASE.pdf to $TMPFILE || exit git checkout "$GIT_BRANCH" checkResult $? Switching to Branch $GIT_BRANCH || exit cp "$TMPFILE" "$FILEBASE.pdf" -checkResult $? Copying $FILEBASE.pdf to $TMPFILE || exit +checkResult $? Copying $TMPFILE to $FILEBASE.pdf || exit git add "$FILEBASE.pdf" checkResult $? Git adding $FILEBASE.pdf || exit @@ -38,4 +38,7 @@ checkResult $? Git commiting || exit git checkout "$GIT_OWN_BRANCH" checkResult $? Switching to Branch $GIT_BRANCH || exit +cp "$TMPFILE" "$FILEBASE.pdf" +checkResult $? Copying $TMPFILE to $FILEBASE.pdf + rm "$TMPFILE"