summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-08 08:57:23 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-08 08:57:23 (EDT)
commit8f9e414149ff76151f71cf5eef33e53c4f99ca61 (patch)
tree1eb8ed6971cb07baeb26f49db70a2f1adf84223f
parent0024f35d02682b0da51664ecbc169658100be99f (diff)
downloadlibreboot-8f9e414149ff76151f71cf5eef33e53c4f99ca61.zip
libreboot-8f9e414149ff76151f71cf5eef33e53c4f99ca61.tar.gz
libreboot-8f9e414149ff76151f71cf5eef33e53c4f99ca61.tar.bz2
build/release/util: don't generate changelog (not needed)
-rwxr-xr-xresources/scripts/helpers/build/release/util5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util
index 5d1c1c9..87880e3 100755
--- a/resources/scripts/helpers/build/release/util
+++ b/resources/scripts/helpers/build/release/util
@@ -256,11 +256,6 @@ tar -c libreboot_util | xz -9e >libreboot_util.tar.xz
# Move the archives to the release directory
mv libreboot_util.tar.xz release/
-# Put the change log in the release directory.
-cp docs/release.html release/
-cp docs/archive_old.html release/
-cp docs/cc-by-sa-4.txt release/
-cp -R docs/css/ release/
# Create a symlink to the commitid file, in release/
cat commitid > release/commitid