rpg
rpg copied to clipboard
Fast ruby package management for unix
When rpg installs packages that have native extensions, the extensions go into architecture-dependent directory. If rpg was configured to use a standalone RPGDIR then the architecture-dependent directory under RPGDIR needs...
This allows one rpg installation to be used to install multiple independent package collections for different applications. Also document all the possible path configurations in rpg-sh-setup.sh.
This is due to http://github.com/rtomayko/rpg/blob/master/rpg-sync.sh#L216 When that diff command causes an error due to the missing release file, the `&&` also fails, and so the whole script, which is `set...
I think this is simply not implemented: # rpg install standalone_migrations-0.4.7.gem prepare: calculating dependencies for standalone_migrations-0.4.7.gem ... rpg-dependencies: package version not found: active prepare: 0 of 1 packages already installed...
Ran into this today. Are you just manually compiling it? It probably needs to be added to the shit list.
holllllla.
We should add `rpg -n` or something for disabling loading user and system config files entirely in addition to the environment override stuff that just went in.