Tweak the date used for snapshot.d.o references

Use *tomorrow* rather than today, to allow time for the snapshot to be
updated.
This commit is contained in:
Steve McIntyre 2018-02-16 15:41:47 +00:00
parent 683e9d27f0
commit 9b0dff8c62
2 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,7 @@ endif
endif
$(BDIR)/DATE:
$(Q)date -u '+%Y%m%d' > $(BDIR)/DATE
$(Q)date -u '+%Y%m%dT%H%M%SZ' > $(BDIR)/DATE-zulu
$(Q)date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > $(BDIR)/DATE-zulu
ifdef MIRROR
LATEST_DB := $(MIRROR)/$(shell $(which_deb) $(MIRROR) $(CODENAME) debootstrap)

2
debian/changelog vendored
View File

@ -31,6 +31,8 @@ debian-cd (3.1.17-jessie) UNRELEASED; urgency=medium
+ Declare 'my' instances of '$_' as 'local' in tools/make_disc_trees.pl
+ Ensure that in all places where we use -J we also use -joliet-long
+ List jigdo, template and torrent files in SUMS files too
+ Tweak the date used for snapshot.d.o references - use *tomorrow*
rather than today, to allow time for the snapshot to be updated.
-- Steve McIntyre <93sam@debian.org> Mon, 20 Apr 2015 12:36:57 +0100