public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160705-47-g9d0a829
Date: Thu, 19 Jan 2017 12:23:00 -0000	[thread overview]
Message-ID: <20170119122330.1026.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=9d0a8298ea60cc931d3c4e53763ea35a2fef7b6b

commit 9d0a8298ea60cc931d3c4e53763ea35a2fef7b6b
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Jan 19 12:15:36 2017 +0000

    Set default kept versions count to 3
    
    At the cost of keeping more versions around, this avoids instantly vaulting
    the old previous version when a new current version is uploaded, which makes
    it a lot easier to restore things if it was meant to be a test version...


Diff:
---
 calm/common_constants.py                           |    2 +-
 .../relarea/x86/release/staleversion/override.hint |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/calm/common_constants.py b/calm/common_constants.py
index b4ffd92..763a2fd 100644
--- a/calm/common_constants.py
+++ b/calm/common_constants.py
@@ -60,7 +60,7 @@ VAULT = '/sourceware/snapshot-tmp/cygwin'
 MAILHOST = 'localhost'
 
 # defaults for package freshness
-DEFAULT_KEEP_COUNT = 0
+DEFAULT_KEEP_COUNT = 3
 DEFAULT_KEEP_DAYS = 0
 
 # different values to be used when we are not running on sourceware.org, but my
diff --git a/test/testdata/relarea/x86/release/staleversion/override.hint b/test/testdata/relarea/x86/release/staleversion/override.hint
index 2c59b48..d9a9613 100644
--- a/test/testdata/relarea/x86/release/staleversion/override.hint
+++ b/test/testdata/relarea/x86/release/staleversion/override.hint
@@ -1,3 +1,4 @@
 test: 260-0
 curr: 250-0
 prev: 243-0
+keep-count: 0


                 reply	other threads:[~2017-01-19 12:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170119122330.1026.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).