[tasks] 05/07: Don't garbage collect, to have stable Task IDs

Ximin Luo infinity0 at debian.org
Mon Oct 24 16:17:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository tasks.

commit f4c5af435f6978f4f3407964d9b7f7dc180bd8dd
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Oct 24 17:59:53 2016 +0200

    Don't garbage collect, to have stable Task IDs
---
 taskrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/taskrc b/taskrc
index 810a4e5..4be74ff 100644
--- a/taskrc
+++ b/taskrc
@@ -1,5 +1,8 @@
 # Don't display the "header" stuff like "TASKRC/TASKDATA override"
 verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,filter,unwait
 
+# Don't garbage collect, to have stable Task IDs
+gc=off
+
 # Include your own local overrides in taskrc.local
 include ./taskrc.local

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/tasks.git



More information about the Reproducible-commits mailing list