Skip to content
Snippets Groups Projects
Commit 2cb07ae9 authored by Natanael Copa's avatar Natanael Copa
Browse files

buildrepo: add repository description/version

parent ad913304
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,9 @@ build() {
oldindex="--index APKINDEX.tar.gz"
fi
tmpindex=$(mktemp).tar.gz
apk index $oldindex -o $tmpindex *.apk
apk index $oldindex -o $tmpindex \
--description "$repo $(cd $aportsdir && git describe)" \
*.apk
abuild-sign $tmpindex && mv $tmpindex APKINDEX.tar.gz
chmod 644 APKINDEX.tar.gz
rm -f tmp.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment