houdini/script
Bradley M. Kuhn d6e334ea1c docker: rvm installation, but don't use get.rvm.io script.
The README.md currently suggests these commands to install rvm:

     curl -sSL https://rvm.io/mpapis.asc | gpg --import -
     curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
     curl -sSL https://get.rvm.io | bash -s stable
     source $HOME/.rvm/scripts/rvm
     echo 'source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
     rvm install 2.7.3 --disable-binary --with-jemalloc

Instead of downloading the https://get.rvm.io script, just put the
two keys in the repository and do the basic operations that are
required, rather than grabbing a shell script from a website and just
running it.

Also, run `rvm autolibs disable` so that the `rvm` command, which
does not run as root, will not seek to use sudo.  I checked the
Debian system requirements that `rvm requirements` was looking for,
and added those to `script/build/debian/prebuild.sh`.

Hopefully, the semantics of `rvm requirements` is that it will exit
non-zero if some requirements are missing, which is the desired
behavior, since it flags that `script/build/debian/prebuild.sh` must
be updated.
2021-08-09 19:37:04 -07:00
..
build/debian docker: rvm installation, but don't use get.rvm.io script. 2021-08-09 19:37:04 -07:00
compile-assets.sh Replaces 'commitchange' prefix with 'houdini' from databases 2021-05-11 11:38:40 -05:00
crontab.sh Initial commit. Previous history maintained by CommitChange 2018-03-25 13:30:42 -04:00
db_total_reset.sh Replaces 'commitchange' prefix with 'houdini' from databases 2021-05-11 11:38:40 -05:00
debian_setup.sh Convert to yarn 2019-11-05 15:51:46 -06:00
pg_restore_local_from_production.sh Replaces 'commitchange' prefix with 'houdini' from databases 2021-05-11 11:38:40 -05:00
test.sh Replace all uses of db:structure:load 2021-02-13 16:48:25 -06:00