aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-07-08 11:23:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-08 11:24:28 +0000
commit0914646392e433b84a788880b2f5b7fca5dc47d8 (patch)
tree085389369366166e56819376b4274f5c8f8c4dcf
parent67215547d5ed93ffdb25c52bf172195809c86767 (diff)
downloadalpine-iso-0914646392e433b84a788880b2f5b7fca5dc47d8.tar.bz2
alpine-iso-0914646392e433b84a788880b2f5b7fca5dc47d8.tar.xz
do not generate .pkgdiff file
we have not used this file in a long time and it makes the release process more fragile
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc5af5b..43a261c 100755
--- a/Makefile
+++ b/Makefile
@@ -477,7 +477,7 @@ $(SHA1) $(SHA256) $(SHA512): $(RPI_TAR_GZ)
else
-release_targets := $(ISO) $(pkgdiff)
+release_targets := $(ISO)
SHA1 := $(ISO).sha1
SHA256 := $(ISO).sha256
SHA512 := $(ISO).sha512