summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* makefile: fix formatting to be more readableJakub Jirutka2017-07-251-8/+8
|
* ==== release 0.6.1 ====v0.6.1Jakub Jirutka2017-07-251-1/+1
|
* db: fix access to invalid variable in split_apkbuild()Jakub Jirutka2017-07-251-2/+4
|
* makefile: add dump.luaJakub Jirutka2017-07-241-0/+1
|
* ==== release 0.6.0 ====v0.6.0Natanael Copa2017-07-241-1/+1
|
* ap: revert unintended change of shebangJakub Jirutka2017-07-241-1/+1
|
* ap: add subcommand dump-jsonJakub Jirutka2017-06-222-1/+86
|
* db: don't set global lfsJakub Jirutka2017-06-221-1/+1
|
* add .editorconfigJakub Jirutka2017-06-221-0/+13
|
* db: fill pkg table in constructionJakub Jirutka2017-06-211-17/+17
|
* db: add field pkgdescJakub Jirutka2017-06-211-2/+4
|
* db: use more unique delimiter for printing abuild vars in shellJakub Jirutka2017-06-211-2/+2
|
* db: avoid silly string duplication using string.repJakub Jirutka2017-06-211-1/+3
|
* db: add license fieldJakub Jirutka2017-02-061-2/+4
|
* pkg, db: support $checkdepends variableWilliam Pitcock2017-01-292-2/+7
|
* buildrepo: regenerate index if packages been deletedNatanael Copa2016-08-261-1/+1
| | | | http://lists.alpinelinux.org/alpine-devel/5444.html
* pkg: support arch="!arch" syntaxTimo Teräs2016-07-251-1/+1
|
* buildrepo: fix bug when repodest is set with buildrepo -dNatanael Copa2016-04-073-10/+19
| | | | | we need to use the specified repodest when checking if package is built or not
* ==== release 0.5 ====v0.5Natanael Copa2015-10-011-1/+1
|
* db: fix parsing of url fieldEivind Uggedal2015-10-011-1/+1
| | | | | url was the 12th field, but only 11 groups were present in the pattern.
* buildrepo: add support for pre/postrepo hooksNatanael Copa2015-09-251-0/+14
|
* buildrepo: only generate index if something was builtNatanael Copa2015-09-251-1/+1
|
* buildrepo: pass repodest and arch to pre/post build pluginsNatanael Copa2015-08-251-2/+2
| | | | this is so we can copy the build logs to remote location if needed.
* db: return nil instead of false to indicate iterator breakNatanael Copa2015-08-251-2/+2
|
* buildrepo: add longoptsNatanael Copa2015-08-251-9/+10
|
* buildrepo: use external lua-optarg for parsing optionsNatanael Copa2015-08-251-46/+6
|
* buildrepo: refactorNatanael Copa2015-07-221-34/+50
| | | | | | - pass logfile directly to build_aport - run the plugin hooks from loop - pass progress status to prebuild plugins
* buildrepo: add support for plugins.dNatanael Copa2015-07-221-5/+29
| | | | | | | Make it possible to add hooks that are execute pre and post build. This can be used for posting build error messages, copying build logs etc.
* ==== release 0.4 ====v0.4Natanael Copa2014-08-191-1/+1
|
* pkg: fix libc detectionNatanael Copa2014-08-191-2/+1
|
* abuild: add function for getting the libcNatanael Copa2014-08-191-6/+16
| | | | use whatever the abuild functions.sh says it is
* buildrepo: exit on errors while parsing apkbuildsNatanael Copa2014-08-191-0/+5
|
* db: return nil when APKBUILD contains fatal errorsNatanael Copa2014-08-191-10/+22
| | | | | | | We must exit with error if there are some problem in any APKBUILD that causes the parser shell to exit. Otherwise we might end up with a partial package database.
* buildrepo: make sure we flush stdout on info outputNatanael Copa2014-04-141-11/+19
| | | | We introduce a printf-like function 'info'
* ==== release 0.3 ====v0.3Natanael Copa2014-04-021-1/+1
|
* buildrepo: include repo in progress outputNatanael Copa2014-04-021-2/+2
|
* buildrepo: fix regression in skip previously failedNatanael Copa2014-04-021-3/+3
|
* buildrepo: don't echo progress status for skippedNatanael Copa2014-04-021-4/+1
|
* buildrepo: update buildstats only when something is actually getting builtNatanael Copa2014-04-011-7/+10
|
* ==== release 0.2 ====v0.2Natanael Copa2014-03-311-1/+1
|
* ap: import from abuildNatanael Copa2014-03-312-1/+164
| | | | import the ap utility from abuild package
* buildrepo: show pkgversion of packagesNatanael Copa2014-03-281-2/+2
|
* ==== release 0.1 ====v0.1Natanael Copa2014-03-281-0/+1
|
* buildrepo: whitespace fixNatanael Copa2014-03-281-1/+0
|
* make: add simple makefile for simplifying installNatanael Copa2014-03-281-0/+27
|
* buildrepo: only try build aports thats relvant for platform (libc and arch)Natanael Copa2014-01-281-7/+12
|
* pkg: rename enabled() to relevant()Natanael Copa2014-01-282-3/+3
|
* db: check both arch and libc when checking for relevant aportsNatanael Copa2014-01-281-2/+2
|
* pkg: add libc_enabled() and enabled()Natanael Copa2014-01-281-0/+9
| | | | | This lets us check if a package is disabled in either arch or !libc_* in options
* db: store optionsNatanael Copa2014-01-281-6/+8
| | | | We need this for detecting !libc_*