summaryrefslogtreecommitdiffstats
path: root/aports/db.lua
Commit message (Expand)AuthorAgeFilesLines
* pkg: rename enabled() to relevant()Natanael Copa2014-01-281-2/+2
* db: check both arch and libc when checking for relevant aportsNatanael Copa2014-01-281-2/+2
* db: store optionsNatanael Copa2014-01-281-6/+8
* db: rename deps_exists to known_deps_existsNatanael Copa2014-01-241-3/+14
* db: filter out version information on dependenciesNatanael Copa2014-01-241-2/+14
* db: implement deps_exists()Natanael Copa2014-01-241-0/+11
* pkg: replace all_deps with an each_dependency() iteratorNatanael Copa2014-01-241-7/+6
* db: check that all subpackages' apk files exists when decide to buildNatanael Copa2014-01-241-1/+1
* db: add linguas subpackagesNatanael Copa2014-01-241-4/+9
* db: implement git_describe()Natanael Copa2014-01-231-0/+12
* db: each_need_build: filter out aports not relevant to archNatanael Copa2014-01-091-1/+1
* 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
* db: pass aportsdir and a list repos to new()Natanael Copa2014-01-011-9/+10
* db: API changesNatanael Copa2013-12-311-11/+19
* pkg: split out the pkg related functions to a pkg moduleNatanael Copa2013-12-311-95/+5
* abuild: split out abuild conf related functionsNatanael Copa2013-12-311-27/+5
* db: rename module to aports.dbNatanael Copa2013-12-311-0/+308