Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-12 | ap: switch to lua 5.2 | Natanael Copa | 1 | -1/+1 | |
2013-04-23 | ap: new subcommand: list-apks | Natanael Copa | 1 | -2/+14 | |
2011-09-30 | ap: implement build-list and rebuild-list | Natanael Copa | 1 | -0/+51 | |
build-list will list which aports that has missing packages rebuild-list will list which aports that has outdated packages, i.e. when APKBUILD is newer than the apk | |||||
2011-09-30 | ap: cleanup. do not pass the cmd it self as option | Natanael Copa | 1 | -6/+6 | |
2011-08-04 | aports.lua: parse source strings | Natanael Copa | 1 | -0/+14 | |
2011-07-06 | ap: set default repodir | Natanael Copa | 1 | -0/+9 | |
if there are an APKBUILD in current dir, then use ../ as repodir. Otherwise, use cwd as repodir. Introduces requirement of lua-filesystem | |||||
2011-06-15 | aports.lua: make api more object oriented | Natanael Copa | 1 | -18/+14 | |
- provide a handle with aports.new(dir) - provide foreach() helper functions | |||||
2011-03-30 | ap: let builddirs use aports.recurs_until() | Natanael Copa | 1 | -23/+11 | |
2011-03-30 | ap/aports.lua: implement recurse_until | Natanael Copa | 1 | -21/+5 | |
will recursively parse all build depends | |||||
2011-03-30 | ap: use pairs instead of ipairs | Natanael Copa | 1 | -4/+4 | |
2010-12-13 | ap: fix usage. the -d option is mandatory now | Natanael Copa | 1 | -1/+1 | |
2010-12-13 | ap: bugfix in builddirs | Natanael Copa | 1 | -15/+14 | |
2010-12-13 | ap: initial implementation | Natanael Copa | 1 | -0/+147 | |
ap is a helper script to parse APKBUILD and calculate build time dependencies. |