summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* src/prokit.sh: Don't use substitution macrosP. J. McDermott2015-12-061-3/+0
|
* 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
|
* main(): Don't call load_cmds()P. J. McDermott2015-12-061-1/+0
|
* use(): RemoveP. J. McDermott2015-12-061-6/+0
|
* src/prokit.sh: Don't use use()P. J. McDermott2015-12-061-6/+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
|
* use(): Render uselessP. J. McDermott2015-12-061-16/+1
| | | | Get it?
* src/prokit.sh: Don't call main()P. J. McDermott2015-12-061-2/+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
|
* Makefile.am: Preprocess scripts with shppP. J. McDermott2015-12-061-2/+9
|
* Makefile.am: Link prokit with shldP. J. McDermott2015-12-061-0/+10
|
* prokit: Support placement in top build directoryP. J. McDermott2015-12-061-0/+3
|
* configure.ac: Make config.status generate config.shP. J. McDermott2015-12-061-0/+1
|
* config.sh.in: New fileP. J. McDermott2015-12-061-0/+2
|
* Makefile.am: Distribute tools/shpp.shP. J. McDermott2015-12-061-0/+1
|
* tools/shpp.sh: New fileP. J. McDermott2015-12-061-0/+165
|
* Makefile.am: Distribute tools/shld.shP. J. McDermott2015-11-301-1/+2
|
* tools/shld.sh: New fileP. J. McDermott2015-11-301-0/+157
|
* Makefile.am: s/_SCRIPTS/_sources/ in list macrosP. J. McDermott2015-11-301-4/+4
|
* TODO: New file (again)P. J. McDermott2015-05-261-0/+32
|
* prokit-install(8), prokit-installer-pc(8): Change example mirror URLP. J. McDermott2015-05-262-2/+2
|
* NEWS: Mention installer-pc commandP. J. McDermott2015-05-261-0/+2
|
* Merge branch 'feature/installer-integration'P. J. McDermott2015-05-2614-587/+481
|\
| * prokit-installer-pc(8): Add examplefeature/installer-integrationP. J. McDermott2015-05-261-0/+5
| |
| * cmd/installer-pc: Require non-null -a and -p opt argsP. J. McDermott2015-05-261-2/+2
| | | | | | | | | | | | Previously, something like the following would work: # prokit installer-pc -a '' -p '' dev/trunk /dev/sdb
| * get_options(): Handle cases when OPTARG is nullP. J. McDermott2015-05-261-3/+9
| | | | | | | | | | Previously, option variables were set to "true" if an option required an argument but the argument given was null.
| * Makefile.am: Drop special installers logicP. J. McDermott2015-05-262-7/+1
| |
| * installers/pc: RemoveP. J. McDermott2015-05-262-310/+1
| |
| * install_system(): Pick mirror before validating arch/platP. J. McDermott2015-05-261-5/+7
| | | | | | | | Based on commit 83bcfb5 in the master branch.
| * install_find_pkgs(): Cut Packages.gz from opkg src/gz linesP. J. McDermott2015-05-261-2/+2
| | | | | | | | Based on commit a9f0cd2 in the master branch.
| * prokit(1): Refer to prokit-installer-pc(8)P. J. McDermott2015-05-261-0/+3
| |
| * prokit-installer-pc(8): New manual pageP. J. McDermott2015-05-262-1/+52
| |