Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 | 2 | -0/+7 |
| | |||||
* | lib/package.sh: New file | P. J. McDermott | 2014-09-01 | 3 | -1/+62 |
| | |||||
* | tests/reduce_deps.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+84 |
| | |||||
* | tests/plat_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+98 |
| | |||||
* | tests/arch_is_concerned.sh: Print to stdout | P. J. McDermott | 2014-08-30 | 1 | -8/+6 |
| | |||||
* | {arch,plat}_is_concerned(): Fix handling of "all" | P. J. McDermott | 2014-08-30 | 1 | -14/+2 |
| | |||||
* | tests/arch_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+100 |
| | |||||
* | tests/match_plat.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+66 |
| | |||||
* | tests/match_arch.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+74 |
| | |||||
* | 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 |
| | | | | Instead of the parent of the current directory. | ||||
* | prokit(1): Refer to new manual pages | P. J. McDermott | 2014-08-28 | 1 | -1/+7 |
| | |||||
* | prokit-build(1): New manual page | P. J. McDermott | 2014-08-28 | 1 | -0/+33 |
| | |||||
* | build: New command | P. J. McDermott | 2014-08-28 | 3 | -1/+95 |
| | |||||
* | notes.txt: Remove more old notes | P. J. McDermott | 2014-08-28 | 1 | -22/+0 |
| | |||||
* | NEWS: Add section for 0.2.0 | P. J. McDermott | 2014-08-28 | 1 | -0/+9 |
| | |||||
* | configure.ac: Set package version to 0.2.0 | P. J. McDermott | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | prokit-opkg(1): New manual page | P. J. McDermott | 2014-08-28 | 2 | -1/+38 |
| | |||||
* | 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 | 3 | -1/+86 |
| | |||||
* | prokit: Seed the RNG | P. J. McDermott | 2014-08-27 | 1 | -0/+3 |
| | |||||
* | lib/rand.sh: New file | P. J. McDermott | 2014-08-27 | 3 | -0/+52 |
| | |||||
* | notes.txt: Drop dependency resolution notes | P. J. McDermott | 2014-08-26 | 1 | -36/+0 |
| | |||||
* | Makefile.am: Add ssh mkdir command to "release" | P. J. McDermott | 2014-08-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Fixes: $ make release [...] md5sum prokit-0.1.0.tar.gz prokit-0.1.0.tar.bz2 prokit-0.1.0.tar.xz >MD5SUMS sha256sum prokit-0.1.0.tar.gz prokit-0.1.0.tar.bz2 prokit-0.1.0.tar.xz >SHA256SUMS rsync -az --progress --stats prokit-0.1.0.tar.gz prokit-0.1.0.tar.bz2 prokit-0.1.0.tar.xz MD5SUMS SHA256SUMS \ files@files.proteanos.com:files/pub/prokit/0.1.0/ sending incremental file list rsync: mkdir "/srv/files.proteanos.com/files/pub/prokit/0.1.0" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(595) [Receiver=3.0.7] rsync: connection unexpectedly closed (9 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9] make: *** [release] Error 12 | ||||
* | NEWS: Release prokit 0.1.0prokit/0.1.0 | P. J. McDermott | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | .gitignore: Expand pattern to include *.vim files | P. J. McDermott | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Makefile.am: New "release" target | P. J. McDermott | 2014-08-26 | 1 | -1/+20 |
| | |||||
* | scripts/announce-release.sh: New file | P. J. McDermott | 2014-08-26 | 1 | -0/+57 |
| | |||||
* | Makefile.am: Never colorize ChangeLog | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Fix out-of-tree ChangeLog generation | P. J. McDermott | 2014-08-25 | 1 | -1/+2 |
| | |||||
* | install: Add a TODO comment | P. J. McDermott | 2014-08-25 | 1 | -0/+2 |
| | |||||
* | prokit*(1): Use .P macro instead of .sp | P. J. McDermott | 2014-08-25 | 5 | -18/+18 |
| | |||||
* | prokit-install(1): New manual page | P. J. McDermott | 2014-08-25 | 1 | -0/+52 |
| | |||||
* | install: Use -p for platform option instead of -P | P. J. McDermott | 2014-08-25 | 2 | -4/+4 |
| | | | | | In a future version of opkbuild, -p will specify a platform and -P will cause only platform-specific packages to be built. | ||||
* | Fix license notices | P. J. McDermott | 2014-08-25 | 24 | -24/+24 |
| | | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/. | ||||
* | prokit*(1): Improve license notices | P. J. McDermott | 2014-08-25 | 4 | -36/+40 |
| | |||||
* | prokit(1): Drop references to ProteanOS | P. J. McDermott | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | prokit(1): Update date | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | man/local.mk: Add new manual pages to man1_sources | P. J. McDermott | 2014-08-25 | 1 | -1/+4 |
| | |||||
* | en_US: Add extra space in copyright notice string | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | version: Update copyright years | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | tests/parse_control.common.sh: Drop interp line | P. J. McDermott | 2014-08-25 | 1 | -2/+0 |
| | | | | This file isn't executed. |