summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* buildrepo: only try build aports thats relvant for platform (libc and arch)HEADmasterNatanael 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_*
* db: rename deps_exists to known_deps_existsNatanael Copa2014-01-242-4/+15
| | | | so we can ignore the unknown dependencies
* 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
| | | | speeds up things when deps are missing
* db: implement deps_exists()Natanael Copa2014-01-241-0/+11
| | | | This tests if all the deps has the .apks built
* 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
| | | | 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
|
* 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
| | | | function to check if all the apk files exists for given package
* db: add linguas subpackagesNatanael Copa2014-01-241-4/+9
| | | | squid is the only package using it
* 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
| | | | | 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-242-5/+1
|
* buildrepo: new tool for building repositoriesNatanael Copa2014-01-241-0/+193
|
* db: implement git_describe()Natanael Copa2014-01-231-0/+12
| | | | | so we can get the git describe string from aport. This is used as description for the APKINDEX.
* apkrepo: new lua modeNatanael Copa2014-01-231-0/+27
| | | | add update_index implementation
* 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
| | | | to test if package is relevant for current arch
* 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
| | | | so we dont need a conditional in inner loops.
* 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
| | | | iterates over all aports that needs build
* pkg: add apk_file_exists()Natanael Copa2014-01-011-4/+16
| | | | tests if the .apk file exists for the given package
* abuild: add get_arch()Natanael Copa2014-01-011-0/+10
|
* db: pass aportsdir and a list repos to new()Natanael Copa2014-01-011-9/+10
|
* db: API changesNatanael Copa2013-12-311-11/+19
| | | | | | | | | rename functions: each() -> each_name() each_pkg -> each_pkg_with_name() (returns pkg, index) new functions: each() iterates all pkgs. returns pkg, name
* pkg: split out the pkg related functions to a pkg moduleNatanael Copa2013-12-312-95/+106
|
* abuild: split out abuild conf related functionsNatanael Copa2013-12-312-27/+31
|
* db: rename module to aports.dbNatanael Copa2013-12-311-0/+0
|
* aports.lua: make target_packages an iteratorNatanael Copa2013-12-161-6/+5
|
* aports.lua: new api for each_aport iteratorNatanael Copa2013-12-161-6/+8
|
* aports.lua: new API for each_pkgNatanael Copa2013-12-161-5/+6
|
* aports.lua: new API for each_reverse_dependencyNatanael Copa2013-12-161-5/+6
|
* aports.lua: new API for each interatorNatanael Copa2013-12-161-5/+7
|