summaryrefslogtreecommitdiff
path: root/buildrepo
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-20 14:05:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-20 14:05:47 +0000
commitdf4dd0e6889b2f486f40c379c7175287926cd8a1 (patch)
tree238f5eec8ed8e3c074bf59fc5d9b3c46c929cdc0 /buildrepo
parent7f97d718741303734576184aed690746a48895b6 (diff)
downloadabuild-df4dd0e6889b2f486f40c379c7175287926cd8a1.tar.gz
abuild-df4dd0e6889b2f486f40c379c7175287926cd8a1.tar.bz2
abuild-df4dd0e6889b2f486f40c379c7175287926cd8a1.tar.xz
abuild-df4dd0e6889b2f486f40c379c7175287926cd8a1.zip
buildrepo: dont rebuild packages unless pkgver/pkgrel change
Diffstat (limited to 'buildrepo')
-rwxr-xr-xbuildrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrepo b/buildrepo
index 95360f3..fe24d8f 100755
--- a/buildrepo
+++ b/buildrepo
@@ -46,7 +46,7 @@ build() {
for i in */APKBUILD; do
( cd ${i%/*} || return 1
- PKGDEST="$repodir/$repo" abuild -r || return 1
+ PKGDEST="$repodir/$repo" abuild -k -r || return 1
) || return 1
done
cd "$repodir/$repo"