Skip to content
Commits on Source (2)
......@@ -8,3 +8,5 @@
- add --printsrcinfo flag to print SRCINFO file for a PKGBUILD
- record build information in a .BUILDINFO file
This means future Archlinux packages builds can be reproducible!
* [< Elio> Just to keep you updated with the latest news with the R-B logo and styleguide: We have the styleguide almost finished so you will have the results very soon, including CSS, guidelines and similar](IRC)
......@@ -34,10 +34,13 @@ then
git tag -s "${WEEK}" -m "Publish week ${WEEK}"
echo
echo "Now verify the results and run git push && git push --tags."
echo "Now verify the results and run:"
echo
echo " $ git push && git push --tags."
fi
echo
echo
echo "After publishing, Tweet this via:"
echo
echo " %tweet What happened in the @ReproBuilds effort between $(tr '\n' ' ' < "${FILENAME}" | sed -n -e 's@.* effort between \([^:]*\):.*@\1@p'): https://reproducible-builds.org/blog/posts/${WEEK}/"