diff options
-rwxr-xr-x | build-release | 6 | ||||
-rw-r--r-- | docs/release.html | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/build-release b/build-release index d8cac16b..f395725f 100755 --- a/build-release +++ b/build-release @@ -399,12 +399,12 @@ echo "Deleted the uncompressed release archives" rm -rf libreboot_src rm -rf libreboot_bin +# For those utilities that have to be built on the target +./mkextbuild + echo "DONE. See libreboot_src.tar.xz and libreboot_bin.tar.xz" echo "NOTE FOR FCHMMR: don't forget to add ARM binaries for flashrom" echo "NOTE FOR FCHMMR: don't forget to add i386 binaries for flashrom/bucts" - -# For those utilities that have to be built on the target -./mkextbuild echo "The tarball tobuild.tar.xz has been created with everything needed to build these utilities" # ------------------- DONE ---------------------- diff --git a/docs/release.html b/docs/release.html index 204a86fa..6659faa7 100644 --- a/docs/release.html +++ b/docs/release.html @@ -45,21 +45,21 @@ <hr/> - <h1 id="release20141225">Release 20141225</h1> + <h1 id="releaseYYYYMMDD">Release YYYYMMDD</h1> <p> - Release date: December 25th, 2014. + Release date: Month Day(st,rd,th), Year. </p> <h2>Binaries (right-click save as, or use wget)</h2> <ul> - <li><a href="http://libreboot.org/release/20141225/libreboot_bin.tar.xz">http://libreboot.org/release/20141225/libreboot_bin.tar.xz</a></li> - <li><a href="http://libreboot.org/release/20141225/libreboot_bin.tar.xz.sig">http://libreboot.org/release/20141225/libreboot_bin.tar.xz.sig</a></li> + <li><a href="http://libreboot.org/release/YYYYMMDD/libreboot_bin.tar.xz">http://libreboot.org/release/YYYYMMDD/libreboot_bin.tar.xz</a></li> + <li><a href="http://libreboot.org/release/YYYYMMDD/libreboot_bin.tar.xz.sig">http://libreboot.org/release/YYYYMMDD/libreboot_bin.tar.xz.sig</a></li> </ul> <h2>Source code (right-click save as, or use wget)</h2> <ul> - <li><a href="http://libreboot.org/release/20141225/libreboot_src.tar.xz">http://libreboot.org/release/20141225/libreboot_src.tar.xz</a></li> - <li><a href="http://libreboot.org/release/20141225/libreboot_src.tar.xz.sig">http://libreboot.org/release/20141225/libreboot_src.tar.xz.sig</a></li> + <li><a href="http://libreboot.org/release/YYYYMMDD/libreboot_src.tar.xz">http://libreboot.org/release/YYYYMMDD/libreboot_src.tar.xz</a></li> + <li><a href="http://libreboot.org/release/YYYYMMDD/libreboot_src.tar.xz.sig">http://libreboot.org/release/YYYYMMDD/libreboot_src.tar.xz.sig</a></li> </ul> <p> |