summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* install: Add mirror selection, with an -m optionP. J. McDermott2014-08-182-2/+12
|
* profile_select_mirror(): New functionP. J. McDermott2014-08-182-0/+24
|
* install: Error if chroot dir existsP. J. McDermott2014-08-182-1/+6
|
* feed_download(): Add feed_idx parameterP. J. McDermott2014-08-182-6/+7
|
* install: Put pkg idx files in /var/lib/opkg/listsP. J. McDermott2014-08-181-2/+4
|
* prof_proteanos_feeds(): Add more info to feed IDsP. J. McDermott2014-08-181-1/+2
|
* feed_download(): Add -q option to wget commandP. J. McDermott2014-08-181-1/+1
|
* prof_proteanos_feeds(): Add sectionP. J. McDermott2014-08-171-3/+8
|
* install: Set default plat if none givenP. J. McDermott2014-08-171-0/+2
|
* profile_default_plat(): New functionP. J. McDermott2014-08-172-0/+10
|
* TODO: UpdateP. J. McDermott2014-08-171-2/+0
|
* Add TODO notes about arch and plat validationP. J. McDermott2014-08-172-0/+4
|
* install: Validate architecture and platformP. J. McDermott2014-08-172-0/+6
|
* profile_validate_archplat(): New functionP. J. McDermott2014-08-172-0/+29
|
* install: Normalize suiteP. J. McDermott2014-08-171-0/+1
|
* profile_normalize_suite(): New functionP. J. McDermott2014-08-172-0/+19
|
* .gitignore: Add .builddirstampP. J. McDermott2014-08-161-0/+1
|
* notes.txt: New fileP. J. McDermott2014-08-161-0/+151
|
* lib/pkg.sh: New file (WIP)P. J. McDermott2014-08-161-0/+36
|
* TODO: New fileP. J. McDermott2014-08-161-0/+3
|
* tests/parse_control.basic.sh now passesP. J. McDermott2014-08-161-3/+0
|
* parse_control(): Call field_cb on paragraph endP. J. McDermott2014-08-161-0/+6
|
* Distribute tests/parse_control.common.shP. J. McDermott2014-08-161-1/+2
|
* tests/parse_control.basic.sh: New testP. J. McDermott2014-08-162-0/+46
|
* Add parse_control() tests frameworkP. J. McDermott2014-08-161-0/+93
|
* Support colors in test logsP. J. McDermott2014-08-162-1/+12
|
* Makefile.am: Fix name of dir stamp in CLEANFILESP. J. McDermott2014-08-161-1/+1
|
* tests/parse_control.sh: Use ${srcdir} in . commandP. J. McDermott2014-08-161-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_ENVIRONMENTP. J. McDermott2014-08-161-0/+2
|
* tests/parse_control.sh: New testP. J. McDermott2014-08-152-1/+79
|
* tests/common.sh: assert(): New functionP. J. McDermott2014-08-151-0/+8
|
* tests/common.sh: Set EXIT trapP. J. McDermott2014-08-151-0/+13
|
* tests/common.sh: Set in_place and builddirP. J. McDermott2014-08-151-0/+2
|
* Set up testsuiteP. J. McDermott2014-08-153-1/+38
|
* Rename "srcdir" global variable to "builddir"P. J. McDermott2014-08-152-4/+4
|
* Makefile.am: Drop "in-place" targetP. J. McDermott2014-08-151-3/+0
|
* load_locale(): Support in-place executionP. J. McDermott2014-08-151-1/+5
|
* prokit: New "in_place" and "srcdir" global varsP. J. McDermott2014-08-151-2/+10
|
* Makefile.am: Actually, make just one stamp fileP. J. McDermott2014-08-151-5/+3
|
* Makefile.am: Make ".in-place" stamp filesP. J. McDermott2014-08-151-0/+4
|
* use(): Detect in-place executionP. J. McDermott2014-08-151-2/+9
|
* Makefile.am: Drop /pkgdata.+dir/ vars in do_substP. J. McDermott2014-08-151-2/+0
|
* prokit: Drop /PKGDATA.+DIR/ global variablesP. J. McDermott2014-08-151-2/+0
|
* use(): Drop directory casesP. J. McDermott2014-08-151-23/+2
|
* prokit: Drop "loading_cmd" global variableP. J. McDermott2014-08-151-6/+0
|
* proteanos: Update detected architecturesP. J. McDermott2014-08-151-1/+4
|
* install: Detect arch if not givenP. J. McDermott2014-08-151-0/+2
|
* install: Move suite and profile setting codeP. J. McDermott2014-08-151-9/+8
|
* prof_proteanos_detect_arch(): Fix syntax errorsP. J. McDermott2014-08-151-2/+2
|
* Makefile.am: Fix "pkgdataprofiledir" macroP. J. McDermott2014-08-151-1/+1
|