Package Details: rvm 1.29.12-1

Git Clone URL: https://aur.archlinux.org/rvm.git (read-only, click to copy)
Package Base: rvm
Description: RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
Upstream URL: https://github.com/rvm/rvm/
Licenses: Apache License
Submitter: hobbypunk
Maintainer: gmy
Last Packager: gmy
Votes: 6
Popularity: 0.000000
First Submitted: 2017-11-03 10:34 (UTC)
Last Updated: 2021-09-01 14:06 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

TrialnError commented on 2020-01-11 01:53 (UTC)

Yes, Mange, he dropped rvm in favor of rbenv. And the package is orphaned, so feel free to adopt :)

Mange commented on 2019-08-20 07:03 (UTC)

hobbypunk flagged rvm out-of-date on 2019-05-08 for the following reason:

don't use it. rbenv!

Does this mean that the current maintainer (hobbypunk) has abandoned this package? In that case, can that be flagged more clearly so someone else can take over?

rixx commented on 2019-01-25 23:12 (UTC)

1.29.7 is available by now, any chance of an update?

maximbaz commented on 2018-01-05 15:31 (UTC)

Could you use install -Dm755 rvm_init.sh -t "$DESTETC/profile.d/" instead of the cp rvm_init.sh "$DESTETC/profile.d/" to explicitly define permissions (755 in this case)? I noticed that rvm_init.sh is not executable. Same for other places where you do cp.

maximbaz commented on 2018-01-04 17:43 (UTC)

Ah, I see- thanks! To be honest, I haven't experienced any issue with PGP keys even before the update, because I always add keyserver-options auto-key-retrieve to my ~/.gnupg/gpg.conf and then it fetches all missing keys for me automatically.

hobbypunk commented on 2018-01-04 13:47 (UTC)

first, thanks @all ;) :D

@maximbaz, if i want to use validpgpkeys i have to remove the rvm-installer and do this by hand ;) i'll test this way, if i have a little more time, sorry for now

maximbaz commented on 2018-01-04 13:00 (UTC) (edited on 2018-01-04 13:01 (UTC) by maximbaz)

I might be wrong, but I think the proper way to handle PGP keys is not hardcoding gpg --import in PKGBUILD, but putting valigpgpkeys entry - see here.

maximbaz commented on 2018-01-02 23:54 (UTC)

Could you please remove cp rvm.sh "$DESTETC/profile.d/" from PKGBUILD? I think there is a general tendency for people to source it manually. But also, RVM is loading very slow, and there are ways to load it on demand (when it is first being used), so the terminal starts faster.

In addition, this line is also partially responsible for zsh crashing https://github.com/rvm/rvm/issues/4214, because rvm is always being sourced, so people cannot simply comment out sourcing in their dotfiles.