]> git.hoellein.online Git - zenbook/commitdiff
saving uncommitted changes in /etc prior to apt run
authorMario Höllein <mhoellein@freenet.de>
Tue, 19 Jun 2018 12:52:07 +0000 (14:52 +0200)
committerroot <root@localhost>
Tue, 19 Jun 2018 12:52:07 +0000 (14:52 +0200)
cups/printers.conf.O
etckeeper/etckeeper.conf

index da48bb35790883a0a33b081f62141afe660f2fa1..e5946a0623cf5d8cd66fca125eabe10ec1611285 100644 (file)
@@ -38,13 +38,13 @@ OpPolicy default
 ErrorPolicy retry-job
 </Printer>
 <Printer TEST>
-UUID urn:uuid:41dcf8c7-d846-3311-7f6b-4a943c10237f
+UUID urn:uuid:d78788e6-f7c1-3413-5af5-fb69250922d4
 Info TEST @ linux-a5xv
 Location linux-a5xv.local
-DeviceURI ipps://linux-a5xv.local:631/printers/TEST
+DeviceURI ipp://linux-a5xv.local:631/printers/TEST
 State Idle
-StateTime 1529306744
-ConfigTime 1529306744
+StateTime 1529403358
+ConfigTime 1529403358
 Type 6
 Accepting Yes
 Shared No
index fd9cfb85f0db5cae3071410c1ea79e9293216a85..4bf29ee523609380e610dcd4d20e32374aa94cc5 100644 (file)
@@ -27,7 +27,7 @@ AVOID_DAILY_AUTOCOMMITS=1
 # Uncomment to avoid etckeeper committing existing changes to 
 # /etc before installation. It will cancel the installation,
 # so you can commit the changes by hand.
-AVOID_COMMIT_BEFORE_INSTALL=1
+#AVOID_COMMIT_BEFORE_INSTALL=1
 
 # The high-level package manager that's being used.
 # (apt, pacman-g2, yum, dnf, zypper etc)
@@ -40,4 +40,4 @@ LOWLEVEL_PACKAGE_MANAGER=dpkg
 # To push each commit to a remote, put the name of the remote here.
 # (eg, "origin" for git). Space-separated lists of multiple remotes
 # also work (eg, "origin gitlab github" for git).
-PUSH_REMOTE=""
+PUSH_REMOTE="origin"