summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* lib/package/2.sh: New fileP. J. McDermott2014-09-012-1/+54
|
* lib/package/local.mk: New fileP. J. McDermott2014-09-012-0/+7
|
* lib/package.sh: New fileP. J. McDermott2014-09-013-1/+62
|
* tests/reduce_deps.sh: New testP. J. McDermott2014-08-302-1/+84
|
* tests/plat_is_concerned.sh: New testP. J. McDermott2014-08-302-1/+98
|
* tests/arch_is_concerned.sh: Print to stdoutP. J. McDermott2014-08-301-8/+6
|
* {arch,plat}_is_concerned(): Fix handling of "all"P. J. McDermott2014-08-301-14/+2
|
* tests/arch_is_concerned.sh: New testP. J. McDermott2014-08-302-1/+100
|
* tests/match_plat.sh: New testP. J. McDermott2014-08-302-1/+66
|
* tests/match_arch.sh: New testP. J. McDermott2014-08-302-1/+74
|
* lib/deps.sh: New fileP. J. McDermott2014-08-292-0/+162
|
* lib/archplat.sh: New fileP. J. McDermott2014-08-292-0/+160
|
* build: Autoremove build dependenciesP. J. McDermott2014-08-291-1/+1
|
* build: Remove builddeps.opkP. J. McDermott2014-08-291-0/+1
|
* build: Parse and install build dependenciesP. J. McDermott2014-08-291-3/+37
|
* build: Make stub build dependencies packageP. J. McDermott2014-08-291-1/+27
|
* build: Move output files to parent of pkg dirP. J. McDermott2014-08-291-1/+1
| | | | Instead of the parent of the current directory.
* prokit(1): Refer to new manual pagesP. J. McDermott2014-08-281-1/+7
|
* prokit-build(1): New manual pageP. J. McDermott2014-08-281-0/+33
|
* build: New commandP. J. McDermott2014-08-283-1/+95
|
* notes.txt: Remove more old notesP. J. McDermott2014-08-281-22/+0
|
* NEWS: Add section for 0.2.0P. J. McDermott2014-08-281-0/+9
|
* configure.ac: Set package version to 0.2.0P. J. McDermott2014-08-281-1/+1
|
* prokit-opkg(1): New manual pageP. J. McDermott2014-08-282-1/+38
|
* opkg: rm opks in just one commandP. J. McDermott2014-08-271-4/+6
|
* opkg: Only copy files that existP. J. McDermott2014-08-271-0/+4
|
* srand(): Fix case valueP. J. McDermott2014-08-271-1/+1
|
* opkg: New commandP. J. McDermott2014-08-273-1/+86
|
* prokit: Seed the RNGP. J. McDermott2014-08-271-0/+3
|
* lib/rand.sh: New fileP. J. McDermott2014-08-273-0/+52
|
* notes.txt: Drop dependency resolution notesP. J. McDermott2014-08-261-36/+0
|
* Makefile.am: Add ssh mkdir command to "release"P. J. McDermott2014-08-261-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.0P. J. McDermott2014-08-261-1/+1
|
* .gitignore: Expand pattern to include *.vim filesP. J. McDermott2014-08-261-1/+1
|
* Makefile.am: New "release" targetP. J. McDermott2014-08-261-1/+20
|
* scripts/announce-release.sh: New fileP. J. McDermott2014-08-261-0/+57
|
* Makefile.am: Never colorize ChangeLogP. J. McDermott2014-08-251-1/+1
|
* Makefile.am: Fix out-of-tree ChangeLog generationP. J. McDermott2014-08-251-1/+2
|
* install: Add a TODO commentP. J. McDermott2014-08-251-0/+2
|
* prokit*(1): Use .P macro instead of .spP. J. McDermott2014-08-255-18/+18
|
* prokit-install(1): New manual pageP. J. McDermott2014-08-251-0/+52
|
* install: Use -p for platform option instead of -PP. J. McDermott2014-08-252-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 noticesP. J. McDermott2014-08-2524-24/+24
| | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/.
* prokit*(1): Improve license noticesP. J. McDermott2014-08-254-36/+40
|
* prokit(1): Drop references to ProteanOSP. J. McDermott2014-08-251-2/+2
|
* prokit(1): Update dateP. J. McDermott2014-08-251-1/+1
|
* man/local.mk: Add new manual pages to man1_sourcesP. J. McDermott2014-08-251-1/+4
|
* en_US: Add extra space in copyright notice stringP. J. McDermott2014-08-251-1/+1
|
* version: Update copyright yearsP. J. McDermott2014-08-251-1/+1
|
* tests/parse_control.common.sh: Drop interp lineP. J. McDermott2014-08-251-2/+0
| | | | This file isn't executed.