summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Update copyright holder name and yearsPatrick McDermott2018-12-251-1/+1
|
* locale/en_US/opkbuild: Update license version and author namePatrick McDermott2018-12-251-3/+3
|
* locale/en_MID: Drop unused localePatrick McDermott2018-12-252-50/+0
|
* scripts/announce-release.sh: Update "From" headerPatrick McDermott2018-12-251-1/+1
|
* INSTALL: Remove custom installation instructionsPatrick McDermott2018-12-251-54/+0
| | | | Let Automake copy its own INSTALL file.
* scripts/announce-release.sh: Update e-mail address and signaturePatrick McDermott2018-12-241-4/+6
|
* Makefile.am: New "release" targetPatrick McDermott2018-12-241-0/+23
|
* scripts/announce-release.sh: New filePatrick McDermott2018-12-241-0/+90
| | | | Copied from pro-archman.
* Makefile.am: Set GIT_DIR in dist-hookPatrick McDermott2018-12-241-1/+2
|
* Makefile.am: Add "todo" targetPatrick McDermott2018-12-241-0/+34
| | | | Copied from prokit.
* Makefile.am, tests/*.sh: Set and use source and build dir env varsPatrick McDermott2018-12-246-25/+12
|
* Makefile.am: Distribute $(EXTRA_libopkbuild_sources)Patrick McDermott2018-12-241-0/+1
|
* Makefile.am: Add SHSOEXT & LIBOPKBUILD_SHSOVERSION to tests envPatrick McDermott2018-12-241-1/+4
|
* NEWS: Add 4.0.0 sectionPatrick McDermott2018-12-241-0/+23
|
* libopkbuild: Bump shared object version to 2Patrick McDermott2018-12-247-102/+102
|
* Makefile.am: Define SHSOEXT & LIBOPKBUILD_SHSOVERSION with shppPatrick McDermott2018-12-241-0/+2
|
* tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-245-5/+5
|
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-2410-10/+10
|
* Makefile.am: Drop "." from SHSOEXT and libopkbuild_shsoversionPatrick McDermott2018-12-241-5/+6
|
* Makefile.am: Substitute Git versionPatrick McDermott2018-12-241-1/+1
|
* locale: Use source file names in commentsPatrick McDermott2018-12-243-14/+14
|
* locale: Update header comments, copyright years, & licensePatrick McDermott2018-12-243-27/+27
|
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-2410-90/+90
|
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-2410-90/+90
|
* libopkbuild: Initialize OPTIND before getoptsPatrick McDermott2018-12-242-0/+3
| | | | | See commit 0f5caf14a3124c24f38f340fd6504532f07d9617 for more information.
* tests/*.sh: Update copyright holder namePatrick McDermott2018-12-245-5/+5
|
* Makefile.am: Update copyright yearsPatrick McDermott2018-12-241-1/+1
|
* tests/ob_match_arch.sh: Fix header commentPatrick McDermott2018-12-241-1/+1
|
* tests/*.sh: Update header comments, copyright years, & licensePatrick McDermott2018-12-245-45/+45
|
* tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: ↵Patrick McDermott2018-12-242-32/+32
| | | | s/core-linux-eglibc/amd64-linux-glibc/g
* tests/ob_parse_dep.sh: Convert to TAPPatrick McDermott2018-12-243-115/+119
|
* .gitignore: Exclude config.shPatrick McDermott2018-12-241-0/+1
|
* .gitignore: Exclude test logs and resultsPatrick McDermott2018-12-241-0/+3
|
* tests/ob_reduce_deps.sh: Correct a commentPatrick McDermott2018-12-241-1/+1
|
* tests/ob_reduce_deps.sh: Convert to TAPPatrick McDermott2018-12-243-106/+118
|
* ob_parse_dep(), ob_reduce_deps(): Initialize OPTIND before getoptsPatrick McDermott2018-12-241-0/+2
| | | | | | | | Dash and BusyBox ash apparently do this themselves, but GNU Bash (and other shells?) don't. POSIX says that getopts can be used more than once if OPTIND is set to 1, but using getopts multiple times with different parameters without setting OPTIND to 1 "produces unspecified results".
* tests/ob_plat_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-104/+90
|
* tests/ob_arch_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-105/+89
|
* tests/common.sh: RemovePatrick McDermott2018-12-231-33/+0
|
* tests/ob_match_arch.sh: Convert to TAPPatrick McDermott2018-12-233-114/+47
|
* Makefile.am, tests/local.mk: Use TAPPatrick McDermott2018-12-232-44/+21
|
* Makefile.am: Drop METADATA definition from SHPPFLAGSPatrick McDermott2018-12-231-2/+1
|
* Makefile.am: Distribute shpp and shldPatrick McDermott2018-12-231-0/+2
|
* tests/aux/tap-functions.sh: New filePatrick McDermott2018-12-232-1/+231
|
* build-aux/tap-driver.sh: New filePatrick McDermott2018-12-234-2/+656
|
* Makefile.am: Move do_substPatrick McDermott2018-12-231-5/+6
|
* Makefile.am: Move includesPatrick McDermott2018-12-231-4/+3
|
* Makefile.am: Add some newlinesPatrick McDermott2018-12-231-0/+4
|
* src/local.mk: Add objects to CLEANFILESPatrick McDermott2018-12-231-0/+10
|
* Makefile.am: Move includePatrick McDermott2018-12-231-1/+1
|