summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 #
################################################################################