summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/local.mk: RemoveP. J. McDermott2015-12-071-0/+0
* Move lib/package/*.sh to src/package/P. J. McDermott2015-12-073-80/+0
* Move lib/profile/*.sh to src/profile/P. J. McDermott2015-12-073-261/+0
* Move lib/cmd/*.sh to src/cmd/P. J. McDermott2015-12-079-597/+0
* Move lib/*.sh to src/P. J. McDermott2015-12-0622-2189/+0
* Move some include directives out of Makefile.amP. J. McDermott2015-12-061-0/+4
* lib/package/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
* lib/profile/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
* lib/cmd/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
* lib/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
* lib/cmd.sh: Drop a newlineP. J. McDermott2015-12-061-1/+0
* lib/profile.sh: Don't use substitution macrosP. J. McDermott2015-12-061-3/+1
* lib/profile/proteanos.sh: Use register_profile()P. J. McDermott2015-12-061-0/+6
* register_profile(): New functionP. J. McDermott2015-12-061-0/+10
* lib/vardata.sh: Don't use substitution macrosP. J. McDermott2015-12-061-1/+0
* lib/locale.sh: Don't use substitution macrosP. J. McDermott2015-12-061-4/+2
* load_cmds(): RemoveP. J. McDermott2015-12-061-5/+0
* lib/package/2.sh: Don't use use()P. J. McDermott2015-12-061-4/+0
* lib/profile/proteanos.sh: Don't use use()P. J. McDermott2015-12-061-3/+0
* lib/cmd/*.sh: Don't use use()P. J. McDermott2015-12-065-28/+0
* lib/*.sh: Don't use use()P. J. McDermott2015-12-0612-39/+0
* lib/package/2.sh: Drop include guardP. J. McDermott2015-12-061-3/+0
* lib/*.sh: Drop include guardsP. J. McDermott2015-12-0621-63/+0
* lib/cmd.sh: Use registered commandsP. J. McDermott2015-12-061-8/+3
* cmd/installer-pc: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* cmd/build: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* cmd/opkg: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* cmd/shell: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* cmd/install: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* cmd/version: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* cmd/help: Use register_cmd()P. J. McDermott2015-12-061-0/+6
* register_cmd(): New functionP. J. McDermott2015-12-061-0/+10
* Merge branch 'feature/installer-integration'P. J. McDermott2015-05-267-255/+398
|\
| * cmd/installer-pc: Require non-null -a and -p opt argsP. J. McDermott2015-05-261-2/+2
| * get_options(): Handle cases when OPTARG is nullP. J. McDermott2015-05-261-3/+9
| * install_system(): Pick mirror before validating arch/platP. J. McDermott2015-05-261-5/+7
| * install_find_pkgs(): Cut Packages.gz from opkg src/gz linesP. J. McDermott2015-05-261-2/+2
| * Merge branch 'master' into feature/installer-integrationP. J. McDermott2015-05-263-36/+36
| |\
| * \ Merge branch 'feature/block-device-mounting' into feature/installer-integrationP. J. McDermott2015-05-251-1/+1
| |\ \
| * | | cmd/installer-pc: Require -a and -pP. J. McDermott2015-05-251-0/+8
| * | | cmd/installer-pc: Fix argument count checkP. J. McDermott2015-05-251-2/+2
| * | | cmd/installer-pc: Verify block dev before dd/fdiskP. J. McDermott2015-05-251-0/+1
| * | | Merge branch 'feature/block-device-mounting' into feature/installer-integrationP. J. McDermott2015-05-253-8/+72
| |\ \ \
| * | | | cmd/installer-pc: Fix old variable namesP. J. McDermott2015-05-251-1/+1
| * | | | cmd/installer-pc: Fix variable namesP. J. McDermott2015-05-251-2/+2
| * | | | cmd/installer-pc: Mount partition, not deviceP. J. McDermott2015-05-251-1/+1
| * | | | get_options(): Use ${running_cmd_clean}P. J. McDermott2015-05-251-3/+3
| * | | | run_cmd(): Set new running_cmd_clean variableP. J. McDermott2015-05-251-0/+3
| * | | | cmd/installer-pc: New commandP. J. McDermott2015-05-242-1/+94
| * | | | cmd/install: Drop old unused variablesP. J. McDermott2015-05-241-3/+0