test: fix target $(repos), APKINDEX is now generated by abuild

cute-signatures
Jakub Jirutka 2017-06-10 01:38:35 +02:00
parent e7c89a1433
commit 9b0359f69a
1 changed files with 0 additions and 3 deletions

View File

@ -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: