Automatic commit at Wed Jul 25 17:33:01 WST 2012
[matches/honours.git] / update.sh
index 8746d1c..dd6fac3 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -6,20 +6,26 @@
 directory="/home/sam/Documents/University/honours/"
 cd "$directory" 
 
-echo "Committing at $(date)" >> commits.log
-git add update.sh
-git add papers
-git add research
-git add thesis/proposal/*.tex
-git add thesis/proposal/*.pdf
-git add thesis/proposal/*.bib
-git add thesis/*.tex
-git add thesis/*.pdf
-git add thesis/*.bib
-git add course/semester2
+# Need to do this too. Apparently
+git="/usr/bin/git"
+eval $(ssh-agent) 2>/dev/null
+ssh-add /home/sam/.ssh/honours 2>/dev/null
 
+$git add update.sh
+$git add papers
+$git add research
+$git add thesis/proposal/*.tex
+$git add thesis/proposal/*.pdf
+$git add thesis/proposal/*.bib
+$git add thesis/*.tex
+$git add thesis/*.pdf
+$git add thesis/*.bib
+$git add course/semester2
 
-git commit -m "Automatic commit at $(date)"
+$git commit -m "Automatic commit at $(date)"
 if [ "$?" == 0 ]; then
-       git push git.ucc
+       echo "Commit at $(date)" >> commits.log
+       $git push git.ucc 2>&1 >> commits.log
 fi
+
+kill -9 $SSH_AGENT_PID

UCC git Repository :: git.ucc.asn.au