summaryrefslogtreecommitdiffstats
path: root/buildrepo.lua
Commit message (Collapse)AuthorAgeFilesLines
* buildrepo: regenerate index if packages been deletedNatanael Copa2016-08-261-1/+1
| | | | http://lists.alpinelinux.org/alpine-devel/5444.html
* buildrepo: fix bug when repodest is set with buildrepo -dNatanael Copa2016-04-071-1/+1
| | | | | we need to use the specified repodest when checking if package is built or not
* 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.
* 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.
* buildrepo: exit on errors while parsing apkbuildsNatanael Copa2014-08-191-0/+5
|
* buildrepo: make sure we flush stdout on info outputNatanael Copa2014-04-141-11/+19
| | | | We introduce a printf-like function 'info'
* 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
|
* buildrepo: show pkgversion of packagesNatanael Copa2014-03-281-2/+2
|
* buildrepo: whitespace fixNatanael Copa2014-03-281-1/+0
|
* buildrepo: only try build aports thats relvant for platform (libc and arch)Natanael Copa2014-01-281-7/+12
|
* db: rename deps_exists to known_deps_existsNatanael Copa2014-01-241-1/+1
| | | | so we can ignore the unknown dependencies
* buildrepo: check if deps exist before try buildNatanael Copa2014-01-241-11/+6
| | | | speeds up things when deps are missing
* buildrepo: print spent time per repoNatanael Copa2014-01-241-1/+5
|
* buildrepo: present stats differentlyNatanael Copa2014-01-241-2/+4
| | | | we print: <tried>/<total-to-try> <totally-built>/<total-to-build>
* buildrepo: only count the aports for our archNatanael Copa2014-01-241-1/+3
|
* buildrepo: do redirection to logfile in shellNatanael Copa2014-01-241-13/+6
|
* buildrepo: print som more statisticsNatanael Copa2014-01-241-4/+25
|
* buildrepo: fix repodestNatanael Copa2014-01-241-1/+1
|
* buildrepo: compare timestamp with APKBUILD when decide to skip buildNatanael Copa2014-01-241-2/+14
| | | | | We compare if APKBUILD is newer than src/ dir to decide if we should try build the aport or skip it.
* buildrepo: dont print both warning and error when skip old failsNatanael Copa2014-01-241-2/+5
|
* buildrepo: always print what packages are deletedNatanael Copa2014-01-241-3/+2
|
* buildrepo: check if log dir exist before try create itNatanael Copa2014-01-241-2/+6
|
* buildrepo: add support for -s, skip previously failedNatanael Copa2014-01-241-3/+10
|
* pkg: fix bug in arch_enabledNatanael Copa2014-01-241-4/+0
|
* buildrepo: new tool for building repositoriesNatanael Copa2014-01-241-0/+193