summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-02 22:01:03 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-02 22:01:03 -0400
commitdc795bb15bd9b32912960abb217a27e9ad01cf2c (patch)
treeecb6a68fdd1469be70a6600e2e48ec705f5b1896
parent1f33c065609cb061ce9b7bb9ac0d93d29fd210f1 (diff)
COMMITCMD is no longer used, remove it from the conf
-rw-r--r--src/lib/conf.sh2
-rw-r--r--src/libretools.conf6
2 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/conf.sh b/src/lib/conf.sh
index b11495d..c5c8536 100644
--- a/src/lib/conf.sh
+++ b/src/lib/conf.sh
@@ -95,7 +95,7 @@ set_conf_makepkg() {
check_conf_libretools() {
check_vars libretools.conf \
PARABOLAHOST LIBREDESTDIR BLACKLIST WORKDIR REPOS ARCHES \
- ABSLIBREGIT COMMITCMD DIFFTOOL FULLBUILDCMD SIGEXT SIGID
+ ABSLIBREGIT DIFFTOOL FULLBUILDCMD SIGEXT SIGID
}
load_conf_libretools() {
diff --git a/src/libretools.conf b/src/libretools.conf
index 777758c..da5abc0 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -53,12 +53,6 @@ LIBREDESTDIR=/srv/http/repo/public
## ABSLibre
ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git
-## Commit Command
-## Should be git or hg
-## Uncomment only one of those
-COMMITCMD=git
-#COMMITCMD=hg
-
################################################################################
# fullpkg #
################################################################################