[Git][reproducible-builds/reproducible-website][master] Correct URL calculation logic.
Chris Lamb
gitlab at salsa.debian.org
Sun May 5 17:09:45 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
202f2adf by Chris Lamb at 2019-05-05T17:09:33Z
Correct URL calculation logic.
- - - - -
1 changed file:
- bin/publish
Changes:
=====================================
bin/publish
=====================================
@@ -6,7 +6,7 @@ YEAR="${1}"
MONTH="$(printf "%02d" "${2}")"
TAG="${YEAR}-${MONTH}"
-URL="https://reproducible-builds.org/blog/reports/${TAG}/"
+URL="https://reproducible-builds.org/reports/${TAG}/"
DATE="$(date --utc +'%Y-%m-%d %H:%M:%S')"
if ! shift 2
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/202f2adf0e507e70f72fc205b8ef6f3073a51955
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/202f2adf0e507e70f72fc205b8ef6f3073a51955
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190505/5bc3a079/attachment.html>
More information about the rb-commits
mailing list