summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Maintain a log of what the installer did for troubleshootingnextBrian Anderson2015-02-112-68/+196
* Add some error handlingBrian Anderson2015-02-111-0/+1
* Reorder some operations to make failure recovery more reliableBrian Anderson2015-02-111-10/+10
* Simplify combine-installers scriptBrian Anderson2015-02-111-30/+5
* --disable-verify is obsolete but does nothingBrian Anderson2015-02-112-1/+11
* Do backups consistently across-plotfarmsBrian Anderson2015-02-102-12/+19
* Style tweaks and comments to upgrade codeBrian Anderson2015-02-101-3/+6
* Handle existing files consistently by making a backupBrian Anderson2015-02-092-4/+53
* Remove unnecessary -f'sBrian Anderson2015-02-091-5/+5
* Don't spew so much during installBrian Anderson2015-02-091-23/+38
* RefactoringBrian Anderson2015-02-091-375/+436
* Add --list-components flagBrian Anderson2015-02-062-20/+63
* Add a --components flag for selecting which to install/uninstallBrian Anderson2015-02-062-0/+151
* Passing any arguments to uninstall.sh is an errorBrian Anderson2015-02-062-0/+15
* Install an uninstall.sh scriptBrian Anderson2015-02-062-4/+55
* Put each component in its own directory in the installerBrian Anderson2015-02-053-13/+13
* Fix a bug detecting installation to source directoryBrian Anderson2015-02-052-5/+14
* Remove --verify-binBrian Anderson2015-02-056-95/+0
* gen-installer.sh takes --non-installed-overlay instead of --non-installed-prefixBrian Anderson2015-02-053-18/+23
* Run test correctlyBrian Anderson2015-02-051-1/+1
* Upgrade metadata version to 3Brian Anderson2015-02-055-87/+248
* Remove old todoBrian Anderson2015-02-051-1/+0
* Print the correct script name again in status messagesBrian Anderson2015-02-053-15/+15
* Merge pull request #17 from brson/cleanupAlex Crichton2015-02-055-1008/+1211
|\
| * Various stylistic fixes, including using more lowercase varsBrian Anderson2015-02-044-278/+226
| * Quote some vars. #3Brian Anderson2015-02-044-7/+7
| * Fix bug in UNINSTALLED_SOMETHING logicBrian Anderson2015-02-041-2/+4
| * Make --destdir work without a trailing slash in path nameBrian Anderson2015-02-042-11/+64
| * Fix style in boilerplateBrian Anderson2015-02-044-204/+209
| * Use set -uBrian Anderson2015-02-044-27/+49
| * Quote PATH, DYLD_LIBRARY_PATH and LD_LIBRARY_PATH. #3Brian Anderson2015-02-041-3/+3
| * Print errors to stderr. #5Brian Anderson2015-02-041-2/+2
| * Fix comment about how bin verification works. #15Brian Anderson2015-02-041-3/+1
| * Make --destdir work. #15Brian Anderson2015-02-042-5/+17
| * Make tests filterable with TESTNAMEBrian Anderson2015-02-041-466/+524
| * Update test harness with lessons from multirustBrian Anderson2015-02-041-41/+146
|/
* verify-bin defaults to emptyBrian Anderson2015-01-071-1/+1
* Update future workBrian Anderson2015-01-031-1/+3
* Update fixmesBrian Anderson2015-01-031-3/+1
* Set permissions of bulk dirsBrian Anderson2015-01-031-1/+6
* Fix quotes around product nameBrian Anderson2015-01-032-2/+1
* Set the umask on the bulk copy for consistencyBrian Anderson2015-01-031-1/+1
* Add another fixmeBrian Anderson2015-01-031-0/+1
* More notesBrian Anderson2015-01-031-1/+5
* More notesBrian Anderson2015-01-031-2/+1
* More future workBrian Anderson2015-01-031-1/+2
* Add more todosBrian Anderson2015-01-031-0/+5
* Add some future work to READMEBrian Anderson2015-01-021-1/+15
* Fix syntax errorBrian Anderson2015-01-021-1/+1
* Newlines appear to be super-hard to escape portably...Brian Anderson2014-12-291-2/+1