Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: include provides when calculate build order | Natanael Copa | 2019-11-19 | 1 | -4/+12 |
| | |||||
* | db: clear depends_static and provides when parsing APKBUILDs | Natanael Copa | 2019-11-19 | 1 | -0/+2 |
| | |||||
* | db: clear depends_* when parse APKBUILDs | Natanael Copa | 2019-05-03 | 1 | -0/+4 |
| | | | | | Some APKBUILDs uses makedepends="$depends_dev ..." without first setting depends_dev. This may result in depends_dev leak when parsing APKBUILDs | ||||
* | db: fix split_deps() to support fuzzy operator ~ | Jakub Jirutka | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | db: handle makedepends_build and _host | Natanael Copa | 2017-10-24 | 1 | -1/+3 |
| | |||||
* | db: set luacheck to ignore too long line | Jakub Jirutka | 2017-07-25 | 1 | -0/+1 |
| | |||||
* | fix code quality violations according to luacheck | Jakub Jirutka | 2017-07-25 | 3 | -60/+51 |
| | |||||
* | db: fix access to invalid variable in split_apkbuild() | Jakub Jirutka | 2017-07-25 | 1 | -2/+4 |
| | |||||
* | ap: add subcommand dump-json | Jakub Jirutka | 2017-06-22 | 1 | -0/+77 |
| | |||||
* | db: fill pkg table in construction | Jakub Jirutka | 2017-06-21 | 1 | -17/+17 |
| | |||||
* | db: add field pkgdesc | Jakub Jirutka | 2017-06-21 | 1 | -2/+4 |
| | |||||
* | db: use more unique delimiter for printing abuild vars in shell | Jakub Jirutka | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | db: avoid silly string duplication using string.rep | Jakub Jirutka | 2017-06-21 | 1 | -1/+3 |
| | |||||
* | db: add license field | Jakub Jirutka | 2017-02-06 | 1 | -2/+4 |
| | |||||
* | pkg, db: support $checkdepends variable | William Pitcock | 2017-01-29 | 2 | -2/+7 |
| | |||||
* | pkg: support arch="!arch" syntax | Timo Teräs | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | buildrepo: fix bug when repodest is set with buildrepo -d | Natanael Copa | 2016-04-07 | 2 | -9/+18 |
| | | | | | we need to use the specified repodest when checking if package is built or not | ||||
* | db: fix parsing of url field | Eivind Uggedal | 2015-10-01 | 1 | -1/+1 |
| | | | | | url was the 12th field, but only 11 groups were present in the pattern. | ||||
* | db: return nil instead of false to indicate iterator break | Natanael Copa | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | pkg: fix libc detection | Natanael Copa | 2014-08-19 | 1 | -2/+1 |
| | |||||
* | abuild: add function for getting the libc | Natanael Copa | 2014-08-19 | 1 | -6/+16 |
| | | | | use whatever the abuild functions.sh says it is | ||||
* | db: return nil when APKBUILD contains fatal errors | Natanael Copa | 2014-08-19 | 1 | -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. | ||||
* | pkg: rename enabled() to relevant() | Natanael Copa | 2014-01-28 | 2 | -3/+3 |
| | |||||
* | db: check both arch and libc when checking for relevant aports | Natanael Copa | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | pkg: add libc_enabled() and enabled() | Natanael Copa | 2014-01-28 | 1 | -0/+9 |
| | | | | | This lets us check if a package is disabled in either arch or !libc_* in options | ||||
* | db: store options | Natanael Copa | 2014-01-28 | 1 | -6/+8 |
| | | | | We need this for detecting !libc_* | ||||
* | db: rename deps_exists to known_deps_exists | Natanael Copa | 2014-01-24 | 1 | -3/+14 |
| | | | | so we can ignore the unknown dependencies | ||||
* | db: filter out version information on dependencies | Natanael Copa | 2014-01-24 | 1 | -2/+14 |
| | |||||
* | db: implement deps_exists() | Natanael Copa | 2014-01-24 | 1 | -0/+11 |
| | | | | This tests if all the deps has the .apks built | ||||
* | pkg: replace all_deps with an each_dependency() iterator | Natanael Copa | 2014-01-24 | 2 | -36/+22 |
| | |||||
* | db: check that all subpackages' apk files exists when decide to build | Natanael Copa | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | pkg: implement all_apks_exists() | Natanael Copa | 2014-01-24 | 1 | -0/+13 |
| | | | | function to check if all the apk files exists for given package | ||||
* | db: add linguas subpackages | Natanael Copa | 2014-01-24 | 1 | -4/+9 |
| | | | | squid is the only package using it | ||||
* | pkg: use luafilesystem to detect file existance | Natanael Copa | 2014-01-24 | 1 | -6/+2 |
| | |||||
* | pkg: fix bug in arch_enabled | Natanael Copa | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | db: implement git_describe() | Natanael Copa | 2014-01-23 | 1 | -0/+12 |
| | | | | | so we can get the git describe string from aport. This is used as description for the APKINDEX. | ||||
* | apkrepo: new lua mode | Natanael Copa | 2014-01-23 | 1 | -0/+27 |
| | | | | add update_index implementation | ||||
* | pkg: add optional subpkgname option to apk_file functions | Natanael Copa | 2014-01-09 | 1 | -9/+9 |
| | |||||
* | db: each_need_build: filter out aports not relevant to arch | Natanael Copa | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | pkg: implement arch_enabled() | Natanael Copa | 2014-01-09 | 1 | -0/+5 |
| | | | | to test if package is relevant for current arch | ||||
* | pkg: use pre-inialized abuild vars | Natanael Copa | 2014-01-09 | 1 | -7/+4 |
| | |||||
* | abuild: initialize commonly used vars on module load | Natanael Copa | 2014-01-09 | 1 | -0/+5 |
| | |||||
* | pkg: initialize arch on module load | Natanael Copa | 2014-01-09 | 1 | -2/+2 |
| | | | | so we dont need a conditional in inner loops. | ||||
* | db: store arch setting | Natanael Copa | 2014-01-09 | 1 | -0/+9 |
| | |||||
* | db: add each_in_build_order() | Natanael Copa | 2014-01-01 | 1 | -0/+22 |
| | |||||
* | db: add each_need_build() iterator | Natanael Copa | 2014-01-01 | 1 | -2/+12 |
| | | | | iterates over all aports that needs build | ||||
* | pkg: add apk_file_exists() | Natanael Copa | 2014-01-01 | 1 | -4/+16 |
| | | | | tests if the .apk file exists for the given package | ||||
* | abuild: add get_arch() | Natanael Copa | 2014-01-01 | 1 | -0/+10 |
| | |||||
* | db: pass aportsdir and a list repos to new() | Natanael Copa | 2014-01-01 | 1 | -9/+10 |
| | |||||
* | db: API changes | Natanael Copa | 2013-12-31 | 1 | -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 |