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 03:20:59 +00:00
parent 56695dd0f2
commit fa2e4f0028
2 changed files with 3 additions and 1 deletions

View File

@ -172,7 +172,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

@ -4,6 +4,8 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
* Ensure that in all places where we use -J we also use
-joliet-long. Thanks to Thomas Schmitt again for a clear bug report!
* 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> Sat, 10 Feb 2018 00:26:46 +0000