summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ==== 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
* 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
* db: store optionsNatanael Copa2014-01-281-6/+8
* db: rename deps_exists to known_deps_existsNatanael Copa2014-01-242-4/+15
* db: filter out version information on dependenciesNatanael Copa2014-01-241-2/+14
* buildrepo: check if deps exist before try buildNatanael Copa2014-01-241-11/+6
* db: implement deps_exists()Natanael Copa2014-01-241-0/+11
* pkg: replace all_deps with an each_dependency() iteratorNatanael Copa2014-01-242-36/+22
* buildrepo: print spent time per repoNatanael Copa2014-01-241-1/+5
* buildrepo: present stats differentlyNatanael Copa2014-01-241-2/+4
* 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
* db: check that all subpackages' apk files exists when decide to buildNatanael Copa2014-01-241-1/+1
* pkg: implement all_apks_exists()Natanael Copa2014-01-241-0/+13
* db: add linguas subpackagesNatanael Copa2014-01-241-4/+9
* buildrepo: fix repodestNatanael Copa2014-01-241-1/+1
* pkg: use luafilesystem to detect file existanceNatanael Copa2014-01-241-6/+2
* buildrepo: compare timestamp with APKBUILD when decide to skip buildNatanael Copa2014-01-241-2/+14
* 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-242-5/+1
* buildrepo: new tool for building repositoriesNatanael Copa2014-01-241-0/+193
* db: implement git_describe()Natanael Copa2014-01-231-0/+12
* apkrepo: new lua modeNatanael Copa2014-01-231-0/+27
* pkg: add optional subpkgname option to apk_file functionsNatanael Copa2014-01-091-9/+9
* db: each_need_build: filter out aports not relevant to archNatanael Copa2014-01-091-1/+1
* pkg: implement arch_enabled()Natanael Copa2014-01-091-0/+5
* pkg: use pre-inialized abuild varsNatanael Copa2014-01-091-7/+4
* abuild: initialize commonly used vars on module loadNatanael Copa2014-01-091-0/+5
* pkg: initialize arch on module loadNatanael Copa2014-01-091-2/+2
* db: store arch settingNatanael Copa2014-01-091-0/+9
* db: add each_in_build_order()Natanael Copa2014-01-011-0/+22
* db: add each_need_build() iteratorNatanael Copa2014-01-011-2/+12
* pkg: add apk_file_exists()Natanael Copa2014-01-011-4/+16