summaryrefslogtreecommitdiffstats
path: root/buildrepo.in
Commit message (Collapse)AuthorAgeFilesLines
* remove buildrepoNatanael Copa2015-06-051-206/+0
| | | | We ship a new implementation of buildrepo with lua-aports
* fix permissionsNatanael Copa2014-03-311-0/+0
|
* buildrepo: set pkgrel to 0 by defaultNatanael Copa2014-01-131-2/+2
|
* buildrepo: support for -k option for keep-goingNatanael Copa2013-12-161-3/+9
| | | | | This option will make buildrepo continue build even if some package fails. It is an 'build what you can' option.
* buildrepo: exit early if listing of packages for purging failsNatanael Copa2013-10-211-1/+1
| | | | | Otherwise we might end up purging more packages than expected if an APKBUILD has syntax errors
* buildrepo: avoid using 'i' as loop variableNatanael Copa2013-04-261-6/+6
| | | | some apkbuilds use it in global context
* buildrepo: fix clean of old pkgsNatanael Copa2013-04-231-14/+23
| | | | | - we need check arch for noarch - we need list packages generated from $linguas
* buildrepo: faster purging of old packagesNatanael Copa2013-03-091-2/+15
|
* buildrepo: only consider rebuilding packages that has proper arch setNatanael Copa2013-03-091-0/+15
|
* buildrepo: set REPODEST when running abuildNatanael Copa2013-02-221-0/+1
| | | | fixes regression
* buildrepo: parse APKBUILDs in subshellNatanael Copa2013-02-221-8/+14
| | | | so we dont leak functions like 'build' and other variables.
* buildrepo: use CARCH from abuild.confNatanael Copa2013-02-221-10/+16
|
* buildrepo: speed up by avoiding forksNatanael Copa2013-02-151-2/+14
|
* buildrepo: add message that we are puring old packagesNatanael Copa2013-02-071-0/+1
|
* buildrepo: don't break if there are -*.apk files in dirNatanael Copa2011-11-011-1/+1
| | | | apk takes files that starts with - as params.
* buildrepo: fix previous commitNatanael Copa2011-04-171-3/+3
|
* buildrepo: fix purging of old packagesNatanael Copa2011-04-071-1/+1
|
* buildrepo: fixes for new $repo/$arch layoutNatanael Copa2011-04-071-4/+9
|
* buildrepo: fix previous commitNatanael Copa2010-11-021-1/+1
|
* buildrepo: do not error if there are no packages in repoNatanael Copa2010-11-021-1/+2
|
* Revert "abuild: minor cleanup"Natanael Copa2009-10-271-2/+2
| | | | | | This commit seems to kill the entire repository This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9.
* abuild: minor cleanupNatanael Copa2009-10-231-2/+2
|
* buildrepo: add repository description/versionNatanael Copa2009-09-031-1/+3
|
* buildrepo: set permissions on APKINDEX.tar.gz - clean up old tmp.*Natanael Copa2009-07-281-0/+2
| | | | This solves issues for rsync jobs for mirrors.
* buildrepo: use new apk index and sign repoNatanael Copa2009-07-241-30/+13
|
* buildrepo: check if all files exist before try copy anythingNatanael Copa2009-06-041-3/+14
| | | | | seems like copy removes destination if source does not exist so we ended up with a buildrepo that removed all packages
* use .in files for scriptsNatanael Copa2009-05-081-0/+133