From 105c0d22958d73b2ed55803206e1a8c1e8bdabde Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 11 Sep 2014 01:14:50 -0400 Subject: Libreboot release 6 beta 7. --- diff --git a/build-release b/build-release index 98a30c6..36453e9 100755 --- a/build-release +++ b/build-release @@ -64,6 +64,9 @@ cd libreboot_src # because "rm -rf" won't complain if they are missing. It is still useful on # the release archives (non-git), for example if the user re-downloads these programmes. +# remove .git for libreboot project itself +rm -rf .git* + # # bucts needs .git to stay, otherwise it won't compile # # We don't need .git* (please submit all upstreamable changes directly to bucts upstream) # # removing them, to reduce the size of the archive diff --git a/docs/release.html b/docs/release.html index b18cdfd..7365487 100644 --- a/docs/release.html +++ b/docs/release.html @@ -45,7 +45,7 @@

Releases

@@ -88,13 +89,13 @@

Binaries (for flashing) (right-click save as, or use wget)

Source code (for hacking) (right-click save as, or use wget)

Machines still supported (compared to previous release):

@@ -633,6 +634,26 @@ +

+ Revisions for 7th beta (2014 September 11th) +

+ +

@@ -640,9 +661,6 @@

  • - GIT! GIT! GIT! Setup a git repository for libreboot_meta. (on dev.libreboot.org): git init, git add, git commit -
  • -
  • Look at notes and TODO's about untested changes from changelog in libreboot 6th release beta 6, and test them. include test results in next change log. (and for those commits that become merged in coreboot, mention them)
  • -- cgit v0.9.1