Commit graph

7 commits

Author SHA1 Message Date
orbea c0d48cfd25 retroarch-release.sh: Ask before removing the directory.
Someone might run this script without realizing what it does.
2019-05-08 09:51:11 -07:00
orbea 28e3515ad4 Revert "Add a safety check to retroarch-release.sh"
This reverts commit 9ce305940b.
2019-05-08 09:51:11 -07:00
Nathan Strong 9ce305940b Add a safety check to retroarch-release.sh
== DETAILS
After running this script and inadvertently nuking my fork, I've
added a safety check so that it doesn't happen to anyone else.

Change summary:
- update the .gitignore to ignore wiiu artifacts and Mac OSX junk files
- add two command-line parameters to `retroarch-release.sh`:

  * `--clean` will execute the legacy behavior of deleting and re-
    cloning `libretro/RetroArch`
  * `--force` will execute the release script using the current
    state of `retroarch/` without re-cloning, although it will still
    do a `git pull` and fetch submodules.

  If neither argument is provided, then the script fails with
  instructions if it detects that the `retroarch/` directory already
  exists.
2018-10-12 15:26:08 -07:00
orbea f0666224d4 retroarch-release.sh: Create SHA256SUMS and SHA512SUMS files. 2018-10-07 09:07:01 -07:00
orbea fe45ac5efe retroarch-release.sh: Fix script. 2018-08-30 22:19:51 -07:00
orbea 9d0001f537 retroarch-release.sh: Test that the tarballs work. 2018-05-03 21:46:49 -07:00
orbea edef7e7bcc retroarch-release.sh: Added script to create RetroArch release tarballs.
This script will create a .zip, .tar.gz and .tag.xz from the most
recent RetroArch release tag.
2018-04-25 11:06:18 -07:00