summaryrefslogtreecommitdiffstats
path: root/scripts/mkpkg
Commit message (Collapse)AuthorAgeFilesLines
* scripts: fix for POSIX complianceYann E. MORIN2010-09-301-7/+7
| | | | | | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Of the three affected scripts, two are explicitly called vi #!/bin/bash. Those two do not _need_ the fix, but gets it nonetheless, in case we later switch to a POSIX-compliant shell for those scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update verification scripts and status for ARM buildUlf Samuelsson2009-01-251-10/+46
|
* Update package buildscriptUlf Samuelsson2009-01-151-4/+32
|
* Add some whitespace to output, aligning comments, when addedUlf Samuelsson2009-01-121-2/+2
|
* Bug fix for mkpkg scriptUlf Samuelsson2009-01-111-4/+4
|
* Add script allowing better overview of build status of single packagesUlf Samuelsson2009-01-101-0/+45