aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-10 01:38:35 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-11 12:14:40 +0200
commit9b0359f69ae7c51e35da3800e02bf31596ce5393 (patch)
treef90e5835ca2515b9f6450096ab6a1c387cb99f65
parente7c89a1433a271e9cc052231d531046d7d48f70b (diff)
test: fix target $(repos), APKINDEX is now generated by abuild
-rw-r--r--test/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 7aaed9f..6557fc5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -23,9 +23,6 @@ $(repos):
( cd $${i%/*} && \
REPODEST="$$PWD/../.." abuild -R ) >> ../repos.out 2>&1 || exit 1;\
done
- @cd $@ &&\
- ( apk index -o APKINDEX.tar.gz *.apk &&\
- abuild-sign APKINDEX.tar.gz ) >> ../repos.out 2>&1
clean: