From: Sam Moore Date: Wed, 25 Jul 2012 09:30:27 +0000 (+0800) Subject: This is a test by the way. X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=30fa7a81adf71d0724b185f47396388cb3a2f032;p=matches%2Fhonours.git This is a test by the way. --- diff --git a/update.sh b/update.sh index ef923114..b1d70f93 100755 --- a/update.sh +++ b/update.sh @@ -9,7 +9,7 @@ cd "$directory" # Need to do this too. Apparently git="/usr/bin/git" eval $(ssh-agent) 2>/dev/null -ssh-add /home/sam/.ssh/id_rsa 2>/dev/null +ssh-add /home/sam/.ssh/honours 2>/dev/null $git add update.sh $git add papers @@ -22,8 +22,7 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 - -$git commit -m "Automatic commit at $(date)" +$git commit -m "This is a test by the way." if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log