diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-31 17:10:42 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-31 17:24:15 (EST) |
commit | 73aadb2c2c4324c9c59f9038a98b9faf420bad0b (patch) | |
tree | 20f9fa61388f0ae18abe908a5a76de0514a23c64 | |
parent | 1401cbb4a028500765367c62df82c31c82a2f61e (diff) | |
download | libreboot-73aadb2c2c4324c9c59f9038a98b9faf420bad0b.zip libreboot-73aadb2c2c4324c9c59f9038a98b9faf420bad0b.tar.gz libreboot-73aadb2c2c4324c9c59f9038a98b9faf420bad0b.tar.bz2 |
Release date to be determined.
-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 d8cac16..f395725 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 204a86f..6659faa 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> |