diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 13:57:23 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 13:57:23 +0100 |
commit | 8f9e414149ff76151f71cf5eef33e53c4f99ca61 (patch) | |
tree | 1eb8ed6971cb07baeb26f49db70a2f1adf84223f /resources/scripts/helpers/build | |
parent | 0024f35d02682b0da51664ecbc169658100be99f (diff) | |
download | librebootfr-8f9e414149ff76151f71cf5eef33e53c4f99ca61.tar.gz librebootfr-8f9e414149ff76151f71cf5eef33e53c4f99ca61.zip |
build/release/util: don't generate changelog (not needed)
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/release/util | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util index 5d1c1c97..87880e3e 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 |