Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feed_find_pkgs(): Take callbacks, not file names | P. J. McDermott | 2014-08-20 | 2 | -19/+34 |
| | |||||
* | lib/feed.sh: Drop old TODO comment | P. J. McDermott | 2014-08-19 | 1 | -1/+0 |
| | |||||
* | notes.txt: Drop more old information | P. J. McDermott | 2014-08-19 | 1 | -23/+0 |
| | |||||
* | Makefile.am: Remove pkgdataprofiledir on uninstall | P. J. McDermott | 2014-08-19 | 1 | -1/+5 |
| | |||||
* | Makefile.am: Add $(TESTS) to EXTRA_DIST | P. J. McDermott | 2014-08-19 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Add $(locale_MESSAGES) to noinst_DATA | P. J. McDermott | 2014-08-19 | 1 | -3/+1 |
| | |||||
* | Makefile.am: Make .builddirstamp just once | P. J. McDermott | 2014-08-19 | 1 | -1/+4 |
| | |||||
* | notes.txt: Drop old information | P. J. McDermott | 2014-08-18 | 1 | -49/+0 |
| | |||||
* | prof_proteanos_include_pkg(): Add list of packages | P. J. McDermott | 2014-08-18 | 1 | -4/+11 |
| | |||||
* | prof_proteanos_feeds(): Add src/all/base feed | P. J. McDermott | 2014-08-18 | 1 | -0/+9 |
| | |||||
* | prof_proteanos_feeds(): Fix hardcoded mirror | P. J. McDermott | 2014-08-18 | 1 | -2/+0 |
| | |||||
* | install: Write opkg.conf | P. J. McDermott | 2014-08-18 | 2 | -2/+12 |
| | |||||
* | install: Add some info messages | P. J. McDermott | 2014-08-18 | 2 | -1/+9 |
| | |||||
* | profile_feeds(): Accept a mirror argument | P. J. McDermott | 2014-08-18 | 3 | -16/+19 |
| | |||||
* | install: Add mirror selection, with an -m option | P. J. McDermott | 2014-08-18 | 2 | -2/+12 |
| | |||||
* | profile_select_mirror(): New function | P. J. McDermott | 2014-08-18 | 2 | -0/+24 |
| | |||||
* | install: Error if chroot dir exists | P. J. McDermott | 2014-08-18 | 2 | -1/+6 |
| | |||||
* | feed_download(): Add feed_idx parameter | P. J. McDermott | 2014-08-18 | 2 | -6/+7 |
| | |||||
* | install: Put pkg idx files in /var/lib/opkg/lists | P. J. McDermott | 2014-08-18 | 1 | -2/+4 |
| | |||||
* | prof_proteanos_feeds(): Add more info to feed IDs | P. J. McDermott | 2014-08-18 | 1 | -1/+2 |
| | |||||
* | feed_download(): Add -q option to wget command | P. J. McDermott | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | prof_proteanos_feeds(): Add section | P. J. McDermott | 2014-08-17 | 1 | -3/+8 |
| | |||||
* | install: Set default plat if none given | P. J. McDermott | 2014-08-17 | 1 | -0/+2 |
| | |||||
* | profile_default_plat(): New function | P. J. McDermott | 2014-08-17 | 2 | -0/+10 |
| | |||||
* | TODO: Update | P. J. McDermott | 2014-08-17 | 1 | -2/+0 |
| | |||||
* | Add TODO notes about arch and plat validation | P. J. McDermott | 2014-08-17 | 2 | -0/+4 |
| | |||||
* | install: Validate architecture and platform | P. J. McDermott | 2014-08-17 | 2 | -0/+6 |
| | |||||
* | profile_validate_archplat(): New function | P. J. McDermott | 2014-08-17 | 2 | -0/+29 |
| | |||||
* | install: Normalize suite | P. J. McDermott | 2014-08-17 | 1 | -0/+1 |
| | |||||
* | profile_normalize_suite(): New function | P. J. McDermott | 2014-08-17 | 2 | -0/+19 |
| | |||||
* | .gitignore: Add .builddirstamp | P. J. McDermott | 2014-08-16 | 1 | -0/+1 |
| | |||||
* | notes.txt: New file | P. J. McDermott | 2014-08-16 | 1 | -0/+151 |
| | |||||
* | lib/pkg.sh: New file (WIP) | P. J. McDermott | 2014-08-16 | 1 | -0/+36 |
| | |||||
* | TODO: New file | P. J. McDermott | 2014-08-16 | 1 | -0/+3 |
| | |||||
* | tests/parse_control.basic.sh now passes | P. J. McDermott | 2014-08-16 | 1 | -3/+0 |
| | |||||
* | parse_control(): Call field_cb on paragraph end | P. J. McDermott | 2014-08-16 | 1 | -0/+6 |
| | |||||
* | Distribute tests/parse_control.common.sh | P. J. McDermott | 2014-08-16 | 1 | -1/+2 |
| | |||||
* | tests/parse_control.basic.sh: New test | P. J. McDermott | 2014-08-16 | 2 | -0/+46 |
| | |||||
* | Add parse_control() tests framework | P. J. McDermott | 2014-08-16 | 1 | -0/+93 |
| | |||||
* | Support colors in test logs | P. J. McDermott | 2014-08-16 | 2 | -1/+12 |
| | |||||
* | Makefile.am: Fix name of dir stamp in CLEANFILES | P. J. McDermott | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | tests/parse_control.sh: Use ${srcdir} in . command | P. J. McDermott | 2014-08-16 | 1 | -1/+1 |
| | | | | | This allows the test to run when the build directory is different from the source directory. | ||||
* | Makefile.am: Set srcdir in AM_TESTS_ENVIRONMENT | P. J. McDermott | 2014-08-16 | 1 | -0/+2 |
| | |||||
* | tests/parse_control.sh: New test | P. J. McDermott | 2014-08-15 | 2 | -1/+79 |
| | |||||
* | tests/common.sh: assert(): New function | P. J. McDermott | 2014-08-15 | 1 | -0/+8 |
| | |||||
* | tests/common.sh: Set EXIT trap | P. J. McDermott | 2014-08-15 | 1 | -0/+13 |
| | |||||
* | tests/common.sh: Set in_place and builddir | P. J. McDermott | 2014-08-15 | 1 | -0/+2 |
| | |||||
* | Set up testsuite | P. J. McDermott | 2014-08-15 | 3 | -1/+38 |
| | |||||
* | Rename "srcdir" global variable to "builddir" | P. J. McDermott | 2014-08-15 | 2 | -4/+4 |
| | |||||
* | Makefile.am: Drop "in-place" target | P. J. McDermott | 2014-08-15 | 1 | -3/+0 |
| |