summaryrefslogtreecommitdiff
path: root/gen-installer.sh
Commit message (Expand)AuthorAgeFilesLines
* /bin/sh on Solaris doesn't understand "local" keywordDanek Duvall2017-08-081-1/+1
* Rewrite gen-installer.sh in RustJosh Stone2017-05-051-321/+1
* Add generation of XZ-compressed tarballsAndrea Canciani2017-04-101-7/+4
* Remove dot...Diggory Blake2016-08-221-1/+1
* Use built-in echoDiggory Blake2016-08-221-10/+3
* Also route cd to /dev/nullBrian Anderson2015-04-221-2/+4
* Don't break when CDPATH is set. Fixes #31Brian Anderson2015-04-221-3/+8
* Suppress cd output when determining src_dirHugo Duncan2015-03-301-1/+3
* fix cases where there is no /bin/echoRobin Gloster2015-03-081-1/+7
* Put each component in its own directory in the installerBrian Anderson2015-02-051-4/+4
* Remove --verify-binBrian Anderson2015-02-051-2/+0
* gen-installer.sh takes --non-installed-overlay instead of --non-installed-prefixBrian Anderson2015-02-051-10/+12
* Print the correct script name again in status messagesBrian Anderson2015-02-051-5/+5
* Various stylistic fixes, including using more lowercase varsBrian Anderson2015-02-041-25/+25
* Quote some vars. #3Brian Anderson2015-02-041-1/+1
* Fix style in boilerplateBrian Anderson2015-02-041-51/+52
* Use set -uBrian Anderson2015-02-041-5/+11
* Newlines appear to be super-hard to escape portably...Brian Anderson2014-12-291-2/+1
* V2Brian Anderson2014-12-221-11/+41
* Simplify removal of non-installed filesBrian Anderson2014-12-101-35/+6
* Make the case where there are no non-installed-files workBrian Anderson2014-12-061-23/+29
* Don't use -n when listing non-installed-prefixesBrian Anderson2014-12-061-1/+1
* Redirect stderr when verifying binaryBrian Anderson2014-12-051-1/+1
* Use prefixes instead of exact matches for non-installed-filesBrian Anderson2014-11-231-7/+8
* Use an intermediate --work-dir for building the final imageBrian Anderson2014-11-231-16/+20
* InitialBrian Anderson2014-11-211-0/+321