Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/shell: Accept command arguments | P. J. McDermott | 2014-09-01 | 1 | -4/+9 |
* | set_substvar(): Warn, don't error, on bad name | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | set_substvar(): Use printf instead of echo | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Pass argument to error | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Fix function names | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Fix an eval command | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Use printf instead of echo | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Fix an eval command | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | package/2: Fix function name | P. J. McDermott | 2014-09-01 | 1 | -2/+2 |
* | substvars: Set max depth | P. J. McDermott | 2014-09-01 | 1 | -1/+3 |
* | package/2: Substitute variables in build deps | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | cmd/build: Set substvars | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | package_set_substvars(): New function | P. J. McDermott | 2014-09-01 | 2 | -0/+35 |
* | lib/substvars.sh: New file | P. J. McDermott | 2014-09-01 | 2 | -0/+104 |
* | package/2: Reduce build dependencies | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | package_get_build_deps(): Take arch and plat args | P. J. McDermott | 2014-09-01 | 3 | -2/+8 |
* | build: use control | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | build: Use opkbuild's optstring | P. J. McDermott | 2014-09-01 | 1 | -1/+4 |
* | build: Get host arch and plat | P. J. McDermott | 2014-09-01 | 1 | -0/+65 |
* | build: Use package_get_build_deps() | P. J. McDermott | 2014-09-01 | 1 | -32/+11 |
* | lib/package/2.sh: New file | P. J. McDermott | 2014-09-01 | 2 | -1/+54 |
* | lib/package/local.mk: New file | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | lib/package.sh: New file | P. J. McDermott | 2014-09-01 | 2 | -1/+59 |
* | {arch,plat}_is_concerned(): Fix handling of "all" | P. J. McDermott | 2014-08-30 | 1 | -14/+2 |
* | lib/deps.sh: New file | P. J. McDermott | 2014-08-29 | 2 | -0/+162 |
* | lib/archplat.sh: New file | P. J. McDermott | 2014-08-29 | 2 | -0/+160 |
* | build: Autoremove build dependencies | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | build: Remove builddeps.opk | P. J. McDermott | 2014-08-29 | 1 | -0/+1 |
* | build: Parse and install build dependencies | P. J. McDermott | 2014-08-29 | 1 | -3/+37 |
* | build: Make stub build dependencies package | P. J. McDermott | 2014-08-29 | 1 | -1/+27 |
* | build: Move output files to parent of pkg dir | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | build: New command | P. J. McDermott | 2014-08-28 | 2 | -1/+90 |
* | opkg: rm opks in just one command | P. J. McDermott | 2014-08-27 | 1 | -4/+6 |
* | opkg: Only copy files that exist | P. J. McDermott | 2014-08-27 | 1 | -0/+4 |
* | srand(): Fix case value | P. J. McDermott | 2014-08-27 | 1 | -1/+1 |
* | opkg: New command | P. J. McDermott | 2014-08-27 | 2 | -1/+81 |
* | lib/rand.sh: New file | P. J. McDermott | 2014-08-27 | 2 | -0/+49 |
* | install: Add a TODO comment | P. J. McDermott | 2014-08-25 | 1 | -0/+2 |
* | install: Use -p for platform option instead of -P | P. J. McDermott | 2014-08-25 | 1 | -3/+3 |
* | Fix license notices | P. J. McDermott | 2014-08-25 | 16 | -16/+16 |
* | version: Update copyright years | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
* | Improve license notices and file descriptions | P. J. McDermott | 2014-08-25 | 16 | -176/+192 |
* | proteanos: Install packages by Essential field | P. J. McDermott | 2014-08-25 | 1 | -5/+6 |
* | Update copyright years | P. J. McDermott | 2014-08-24 | 4 | -4/+4 |
* | install: Fix feed URLs in opkg.conf | P. J. McDermott | 2014-08-24 | 1 | -1/+1 |
* | mv lib/profiles/ lib/profile/ | P. J. McDermott | 2014-08-23 | 3 | -3/+3 |
* | Make field name checks case insensitive | P. J. McDermott | 2014-08-23 | 2 | -7/+8 |
* | feed_para_cb(): Trim multiple spaces | P. J. McDermott | 2014-08-22 | 1 | -3/+5 |
* | install: Don't overwrite os-release | P. J. McDermott | 2014-08-22 | 1 | -1/+4 |
* | shell: Read profile ID from os-release | P. J. McDermott | 2014-08-22 | 1 | -2/+2 |