Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Shorten some variable names in ob-unpacksource. | P. J. McDermott | 2012-10-08 | 1 | -18/+18 |
| | |||||
* | Support uncompressed upstream source archives. | P. J. McDermott | 2012-10-08 | 1 | -5/+8 |
| | |||||
* | Run ob-{installdocs,gencontrol,buildopk} as UID 0. | P. J. McDermott | 2012-10-08 | 1 | -5/+6 |
| | |||||
* | Install libopkbuild into /usr/share by default. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | | | | | | According to the FHS (at least as interpreted by Debian and Fedora), architecture-independent library files belong in /usr/share, not /usr/lib. | ||||
* | Implement setup_build_helper(). | P. J. McDermott | 2012-10-08 | 1 | -2/+12 |
| | |||||
* | Add "build-helper" path to ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -0/+8 |
| | |||||
* | Wrap a line that grew. | P. J. McDermott | 2012-10-08 | 1 | -2/+4 |
| | |||||
* | Document that the -B and -A options are no-ops. | P. J. McDermott | 2012-10-08 | 1 | -1/+3 |
| | |||||
* | Set arch env vars for build systems. | P. J. McDermott | 2012-10-08 | 2 | -3/+14 |
| | |||||
* | Add "archtab" path ID to ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -0/+9 |
| | |||||
* | Update environment variable names in ob-* utils. | P. J. McDermott | 2012-10-08 | 6 | -16/+16 |
| | |||||
* | Make -T option effective. | P. J. McDermott | 2012-10-08 | 1 | -8/+13 |
| | |||||
* | Set OPK_PACKAGES env var (specified by SPF 2.0). | P. J. McDermott | 2012-10-08 | 1 | -1/+2 |
| | |||||
* | s/_PLATFORM/_PLAT/ in env vars specified by SPF. | P. J. McDermott | 2012-10-08 | 1 | -7/+7 |
| | |||||
* | s/OB_/OPK_/ in env vars specified by SPF 2.0. | P. J. McDermott | 2012-10-08 | 1 | -35/+35 |
| | |||||
* | Uninstall main lib modules after lib plugins. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | | | | | This allows the libopkbuild directory to be removed (unless the user has added other files under this directory). | ||||
* | Rm libopkbuild dir on uninstall. | P. J. McDermott | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | Make libopkbuild dir once. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Make package and metadata module dirs once. | P. J. McDermott | 2012-10-08 | 2 | -2/+2 |
| | |||||
* | Rm package and metadata module dirs on uninstall. | P. J. McDermott | 2012-10-08 | 2 | -0/+2 |
| | |||||
* | Fix uninstall target of locale/Makefile.in. | P. J. McDermott | 2012-10-08 | 1 | -1/+2 |
| | |||||
* | Prefix source binary package names with "src-". | P. J. McDermott | 2012-10-08 | 3 | -5/+5 |
| | |||||
* | Update metadata plugin to comply with SPF 2.0. | P. J. McDermott | 2012-10-08 | 1 | -10/+30 |
| | |||||
* | Update and clean up .gitignore. | P. J. McDermott | 2012-10-04 | 1 | -2/+1 |
| | |||||
* | Fix "distdir" macro in lib/*/Makefile.in. | P. J. McDermott | 2012-10-04 | 3 | -4/+4 |
| | |||||
* | Fix "distdir" macro in man/Makefile.in. | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Fix dist target of locale/Makefile.in. | P. J. McDermott | 2012-10-04 | 1 | -2/+3 |
| | |||||
* | Remove old genopkg.sh script. | P. J. McDermott | 2012-10-04 | 2 | -32/+1 |
| | | | | | | | | This isn't needed to test opkbuild anymore, since: * Build dependency checking can be disabled with the "-d" option and * libopkbuild directly queries the filesystem for arch and plat information. | ||||
* | Fix _ob_local(). | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Fix some inconsistent quoting in utilities. | P. J. McDermott | 2012-10-04 | 3 | -12/+12 |
| | |||||
* | Fix an "rm" command in ob-buildopk. | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Refactor opkbuild a bit. | P. J. McDermott | 2012-10-04 | 1 | -37/+67 |
| | |||||
* | Remove some more old oh-* utilities. | P. J. McDermott | 2012-10-04 | 3 | -269/+0 |
| | |||||
* | Fix message about mutually exclusive options. | P. J. McDermott | 2012-10-04 | 2 | -5/+6 |
| | |||||
* | Print build/host arch/plat in opkbuild. | P. J. McDermott | 2012-10-04 | 2 | -0/+16 |
| | |||||
* | Remove an old TODO tag. | P. J. McDermott | 2012-10-04 | 1 | -1/+0 |
| | | | | The task was done in the previous commit. | ||||
* | Use ob_get_system_path() in utilities. | P. J. McDermott | 2012-10-04 | 4 | -11/+17 |
| | |||||
* | Implement _ob_get_system_path_proteanos(). | P. J. McDermott | 2012-10-04 | 1 | -0/+50 |
| | |||||
* | Implement ob_get_system_path(). | P. J. McDermott | 2012-10-04 | 1 | -0/+18 |
| | |||||
* | Update and clean up libopkbuild.1 outline. | P. J. McDermott | 2012-10-04 | 1 | -15/+6 |
| | | | | Limit the list of functions to the public API. | ||||
* | Fix a variable name in _ob_get_doc_files_2(). | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Implement ob-installdocs. | P. J. McDermott | 2012-10-04 | 2 | -0/+36 |
| | |||||
* | Fix _ob_get_doc_package_2(). | P. J. McDermott | 2012-10-04 | 1 | -1/+6 |
| | | | | | Output the correct package name and return an error when no package has a "docs" file. | ||||
* | Implement ob_get_doc_{package,files}(). | P. J. McDermott | 2012-10-04 | 2 | -0/+72 |
| | |||||
* | Fix some issues in ob-buildopk. | P. J. McDermott | 2012-10-03 | 1 | -3/+4 |
| | |||||
* | Run control cb after continuation lines are found. | P. J. McDermott | 2012-10-03 | 1 | -7/+19 |
| | |||||
* | Don't clobber valid binary names in cache writing. | P. J. McDermott | 2012-10-03 | 1 | -3/+3 |
| | |||||
* | Prevent duplicates in ${_OB_BINARY_PARAMETERS}. | P. J. McDermott | 2012-10-03 | 1 | -1/+4 |
| | |||||
* | Move string translation commands out of loop. | P. J. McDermott | 2012-10-03 | 1 | -2/+2 |
| | |||||
* | Fix "SH" build system macro in ob-installdocs. | P. J. McDermott | 2012-10-03 | 1 | -1/+1 |
| |