summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorL. Alberto Giménez <agimenez@sysvalve.es>2012-11-18 23:51:20 +0100
committerL. Alberto Giménez <agimenez@sysvalve.es>2012-11-18 23:51:20 +0100
commit5f6c02e23aa11e8840bbe5c59c9e3ff670e81397 (patch)
treecc0c9bae683a2533a75205bd9ed289a99c8b0089 /etckeeper.conf
parentcfd2efaab79f8791fc653abf4bd88eaf7a459dad (diff)
Add support for auto-pushing after a commit
A new variable is introduced that will cause etckeeper to push to a configuration-defined remote.
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
index 4d6dd8a..ccd7684 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -36,3 +36,6 @@ HIGHLEVEL_PACKAGE_MANAGER=apt
# The low-level package manager that's being used.
# (dpkg, rpm, pacman-g2, etc)
LOWLEVEL_PACKAGE_MANAGER=dpkg
+
+# Upstream remote
+PUSH_REMOTE=""