summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-11 22:57:14 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-11 22:57:14 -0500
commitdaa430d4465c3cc183c34b04a8ab0dc94ca7d83e (patch)
tree431c33db3a06d0c36030d998814cfcac8873f346
parent5c3ef185cea1868cb4aea2352df51ca11543ecfa (diff)
use gitget instead of libregit
-rwxr-xr-xparabolaweb-update2
-rw-r--r--parabolaweb.conf3
2 files changed, 2 insertions, 3 deletions
diff --git a/parabolaweb-update b/parabolaweb-update
index b868c91..afba1c0 100755
--- a/parabolaweb-update
+++ b/parabolaweb-update
@@ -81,7 +81,7 @@ main() {
if [[ -d "$WEBDIR" ]]; then
clean
fi
- libregit "$GITURL" "$GITREF" "$WEBDIR"
+ gitget checkout "$GITURL" "$WEBDIR"
configure
update-database
update-filesystem
diff --git a/parabolaweb.conf b/parabolaweb.conf
index fbabc65..fa25052 100644
--- a/parabolaweb.conf
+++ b/parabolaweb.conf
@@ -4,7 +4,6 @@ WEBUSER=nobody
WEBDIR=/srv/http/web
-GITURL=git://parabolagnulinux.org/parabolaweb.git
-GITREF=master
+GITURL='git://parabolagnulinux.org/parabolaweb.git#branch=master'
RUNMAKE=false