summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Upload build artifactStephane Peter2020-03-051-0/+6
|
* Removed Travis, only run release workflow for new release eventsStephane Peter2020-03-052-32/+3
|
* Try different action to upload releaseStephane Peter2020-03-053-5/+5
|
* Trying to force Github to pick new fixed workflowv2.4.1Stephane Peter2020-03-051-0/+0
|
* Fix issues from shellcheckStephane Peter2020-03-051-4/+4
|
* Only lint for errorsStephane Peter2020-03-051-1/+2
|
* Need to checkout before lintingStephane Peter2020-03-051-0/+2
|
* Added linter job via ShellCheckStephane Peter2020-03-051-0/+9
|
* Widen release workflowStephane Peter2020-03-051-4/+1
|
* Switch badge to Github ActionsStephane Peter2020-03-051-1/+1
|
* Fix release workflowStephane Peter2020-03-051-11/+12
|
* Adding release workflow, upping version for testingStephane Peter2020-03-053-2/+30
|
* Skip pbzip2 extract test if command not available (i.e. Windows)Stephane Peter2020-03-051-0/+2
|
* Use coreutils package on Mac for realpathStephane Peter2020-03-051-1/+1
|
* No need for realpath?Stephane Peter2020-03-051-1/+1
|
* Install Linux and Mac packagesStephane Peter2020-03-051-0/+8
|
* Try to run git directlyStephane Peter2020-03-051-6/+3
|
* Check out submodules differentlyStephane Peter2020-03-051-2/+4
|
* Fix build matrixStephane Peter2020-03-051-3/+5
|
* Add Github actionsStéphane Peter2020-03-051-0/+21
| | | Trying out Github actions
* Implemented some shellcheck suggestionsStephane Peter2020-03-031-10/+10
|
* Printing content of license file (#197) (#198)Michal Hagara2020-02-062-2/+2
| | | | | | | Printing path to the file instead of content of the file was introduced in 56c742bd90ebcb22feaff4d78ae4e62e72ffc7ad Reverting parsing of the license file to the way it was before that commit and escaping argument with quotes to address the original issue
* Removed bashismStephane Peter2020-02-061-1/+1
|
* Use export in a way more compatible with arcane shellsStephane Peter2020-02-051-2/+4
|
* Expose dirname of makeself executable (#195)Jonathan Coffman2020-01-211-0/+1
| | | | | | | | * Expose dirname of makeself executable Added `RUNNING_DIR` env variable which exposes the dirname of the makeself executable for startup scripts. * Update to `ARCHIVE_DIR` var name
* Include empty dirs in archive -- Fix #175 (#176)Timothy Brackett2019-11-201-1/+1
| | | | | | * Include empty dirs in archive * Include empty directories in POSIX find
* change skip to a variable (#188)Pete Dietl2019-11-151-5/+6
| | | Allow parsing by external tools before extraction
* Removed -title since its not compatible with all terminal types. (#191)DatuX2019-11-081-2/+2
| | | | | | * Removed -title since its not compatible with all terminal types. * gnome-terminal gets confused if the add extra parmaters. Make use we create one parameter after -e. (also tested with xterm)
* Added funding metadataStephane Peter2019-11-031-0/+2
|
* Update readme (#187)Pete Dietl2019-10-241-1/+8
| | | | | * Add instructions for building and testing * Update license badge
* Makefile to run tests (#186)Pete Dietl2019-10-232-10/+33
| | | | | | | | | | | | * Add a makefile to run tests * add make target for release, help, and clean * travis.yml: use makefile * sort order of unit tests * remove git submodule init
* Change the first dd to not consume all of stdin (#185)Pete Dietl2019-10-171-1/+1
|
* replace calls to MS_Help with MS_Usage (#183)Pete Dietl2019-10-171-12/+12
|
* Remove unnecessary escaped single quote, which throws off certain text ↵Pete Dietl2019-10-171-1/+1
| | | | editors with highlighting, like vim (#184)
* fix #180: edit .travis.yml to allow_failures on windows (#181)realtime-neil2019-09-161-0/+3
|
* Switch to Shell language in TravisStephane Peter2019-09-161-1/+1
|
* Also use apt addon on LinuxStephane Peter2019-09-161-2/+5
|
* Use Homebrew addon on macOSStephane Peter2019-09-161-1/+5
|
* Switch from readlink to more portable realpathStephane Peter2019-09-153-3/+3
|
* Need md5sha1sum on Mac for md5sumStephane Peter2019-09-151-1/+1
|
* Only need pbzip2 on macOSStephane Peter2019-09-151-1/+1
|
* macOS Travis fixStephane Peter2019-09-151-1/+1
|
* More Travis fixesStephane Peter2019-09-151-2/+2
|
* Fix Travis syntaxStephane Peter2019-09-151-2/+2
|
* Fixes for Linux and macOSStephane Peter2019-09-141-2/+2
|
* Added multiple platforms to Travis CIStephane Peter2019-09-141-0/+4
|
* Merge branch 'master' of github.com:megastep/makeselfStephane Peter2019-09-143-11/+32
|\
| * Fix #48 --append functionality (#174)Timothy Brackett2019-09-133-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix #48 --append functionality * Fix #48 --append functionality Also adds some additional testing to the appendtest to catch previously uncaught failure modes. * Use size of uncompressed tar for USIZE Change covers the corner case where files are updated in the archive during an --append. Removes the necessity for the OLDUSIZE variable.
* | Indentation fixesStephane Peter2019-09-141-13/+13
|/
* fix #167: whitespace license path (#168)realtime-neil2019-08-043-1/+65
|