Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-21 | buildrepo: exit early if listing of packages for purging fails | Natanael Copa | 1 | -1/+1 | |
Otherwise we might end up purging more packages than expected if an APKBUILD has syntax errors | |||||
2013-04-26 | buildrepo: avoid using 'i' as loop variable | Natanael Copa | 1 | -6/+6 | |
some apkbuilds use it in global context | |||||
2013-04-23 | buildrepo: fix clean of old pkgs | Natanael Copa | 1 | -14/+23 | |
- we need check arch for noarch - we need list packages generated from $linguas | |||||
2013-03-09 | buildrepo: faster purging of old packages | Natanael Copa | 1 | -2/+15 | |
2013-03-09 | buildrepo: only consider rebuilding packages that has proper arch set | Natanael Copa | 1 | -0/+15 | |
2013-02-22 | buildrepo: set REPODEST when running abuild | Natanael Copa | 1 | -0/+1 | |
fixes regression | |||||
2013-02-22 | buildrepo: parse APKBUILDs in subshell | Natanael Copa | 1 | -8/+14 | |
so we dont leak functions like 'build' and other variables. | |||||
2013-02-22 | buildrepo: use CARCH from abuild.conf | Natanael Copa | 1 | -10/+16 | |
2013-02-15 | buildrepo: speed up by avoiding forks | Natanael Copa | 1 | -2/+14 | |
2013-02-07 | buildrepo: add message that we are puring old packages | Natanael Copa | 1 | -0/+1 | |
2011-11-01 | buildrepo: don't break if there are -*.apk files in dir | Natanael Copa | 1 | -1/+1 | |
apk takes files that starts with - as params. | |||||
2011-04-17 | buildrepo: fix previous commit | Natanael Copa | 1 | -3/+3 | |
2011-04-07 | buildrepo: fix purging of old packages | Natanael Copa | 1 | -1/+1 | |
2011-04-07 | buildrepo: fixes for new $repo/$arch layout | Natanael Copa | 1 | -4/+9 | |
2010-11-02 | buildrepo: fix previous commit | Natanael Copa | 1 | -1/+1 | |
2010-11-02 | buildrepo: do not error if there are no packages in repo | Natanael Copa | 1 | -1/+2 | |
2009-10-27 | Revert "abuild: minor cleanup" | Natanael Copa | 1 | -2/+2 | |
This commit seems to kill the entire repository This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9. | |||||
2009-10-23 | abuild: minor cleanup | Natanael Copa | 1 | -2/+2 | |
2009-09-03 | buildrepo: add repository description/version | Natanael Copa | 1 | -1/+3 | |
2009-07-28 | buildrepo: set permissions on APKINDEX.tar.gz - clean up old tmp.* | Natanael Copa | 1 | -0/+2 | |
This solves issues for rsync jobs for mirrors. | |||||
2009-07-24 | buildrepo: use new apk index and sign repo | Natanael Copa | 1 | -30/+13 | |
2009-06-04 | buildrepo: check if all files exist before try copy anything | Natanael Copa | 1 | -3/+14 | |
seems like copy removes destination if source does not exist so we ended up with a buildrepo that removed all packages | |||||
2009-05-08 | use .in files for scripts | Natanael Copa | 1 | -0/+133 | |