Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Rewrite opkbuild, add natural language support. | P. J. McDermott | 2012-07-31 | 1 | -0/+12 |
| | |||||
* | Print only the first changelog entry. | P. J. McDermott | 2012-07-26 | 1 | -1/+2 |
| | | | | This will eventually be configurable as in dpkg-parsechangelog. | ||||
* | Add oh-parsechangelog. | P. J. McDermott | 2012-07-26 | 2 | -1/+146 |
| | |||||
* | Write a messages library. | P. J. McDermott | 2012-04-24 | 2 | -1/+66 |
| | |||||
* | Replace "/bin/sh" with "@@SHELL@@" in libraries. | P. J. McDermott | 2012-04-24 | 3 | -3/+3 |
| | |||||
* | Fix new OH_HOST_* variable in architecture lib. | P. J. McDermott | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | Use new OH_HOST_* variables in architecture lib. | P. J. McDermott | 2012-04-22 | 1 | -7/+7 |
| | |||||
* | Fix $(OBJS) targets in build system. | P. J. McDermott | 2012-03-06 | 1 | -1/+2 |
| | |||||
* | Rename all source files. | P. J. McDermott | 2012-03-06 | 3 | -0/+0 |
| | |||||
* | Translate from 'SRCS' to 'OBJS' in build system. | P. J. McDermott | 2012-03-06 | 1 | -3/+4 |
| | |||||
* | Clean up control fields library file. | P. J. McDermott | 2012-02-21 | 1 | -35/+1 |
| | | | | Delete an old commented-out function and update a function description. | ||||
* | Remove CPU vendor from architecture tuple. | P. J. McDermott | 2012-02-20 | 1 | -4/+2 |
| | |||||
* | Fix archived file listing. | P. J. McDermott | 2012-02-16 | 1 | -3/+3 |
| | |||||
* | Fix source archive compression format detection. | P. J. McDermott | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Fix source archive matching. | P. J. McDermott | 2012-02-16 | 1 | -5/+5 |
| | | | | | | | There were three things wrong: * '-', not '_', separates package name and version. * Double quotes seem to prevent pathname expansion. * ${OH_PKGVER} includes the package revision, if any. | ||||
* | Add distribution targets to build system. | P. J. McDermott | 2012-02-13 | 1 | -0/+11 |
| | |||||
* | Fix architecture of platform-dependent packages. | P. J. McDermott | 2012-02-03 | 1 | -11/+3 |
| | |||||
* | Extract compressed source archives. | P. J. McDermott | 2012-01-30 | 2 | -1/+73 |
| | |||||
* | Handle platforms in oh_is_buildable(). | P. J. McDermott | 2012-01-29 | 1 | -1/+5 |
| | |||||
* | Sometimes I hate shell script... | P. J. McDermott | 2012-01-29 | 1 | -1/+3 |
| | | | | | | | | | | Piping input into a read command won't work, because read will be run in a subshell and therefore be unable to modify variables of the parent shell. Also, for some reason double quotes cause the substring processing in this parameter expansion to fail: export OH_PKGVER="${version%'-'*}" | ||||
* | Fix handling of "any" architecture name. | P. J. McDermott | 2012-01-29 | 1 | -1/+7 |
| | |||||
* | Write lib/architecture. | P. J. McDermott | 2012-01-29 | 2 | -1/+70 |
| | |||||
* | Fix installation path in 'lib/Makefile.in'. | P. J. McDermott | 2012-01-29 | 1 | -2/+2 |
| | |||||
* | Fix uninstallation. | P. J. McDermott | 2012-01-25 | 1 | -1/+1 |
| | | | | | * Read installation configuration file. * Correctly spell macro names. | ||||
* | Recurse into subdirectories in build system. | P. J. McDermott | 2012-01-25 | 1 | -13/+13 |
| | |||||
* | Start trying to modularize the makefiles. | P. J. McDermott | 2012-01-24 | 1 | -0/+58 |
| | |||||
* | Fix stray output. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Fix unquoted operand to '['. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Fix picky field-matching BRE. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | | | | Spaces are in fact allowed in field values... | ||||
* | Fix syntax errors in function and mistakes in BRE. | P. J. McDermott | 2012-01-21 | 1 | -4/+4 |
| | |||||
* | Write function 'oh_validate_pkg_name()'. | P. J. McDermott | 2012-01-21 | 1 | -0/+12 |
| | |||||
* | Write a library to handle control file fields. | P. J. McDermott | 2012-01-21 | 1 | -0/+110 |