/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Rv, a new kind of Ruby management tool
(andre.arko.net)
333 points
steveklabnik
| 5 comments |
26 Aug 25 08:15 UTC
|
HN request time: 1.044s
|
source
1.
jweir
◴[
26 Aug 25 21:13 UTC
]
No.
45032411
[source]
▶
>>45023730 (OP)
#
fast installs will be great. compiling ruby is the only slow part left in our provisioning process.
replies(2):
>>45034145
#
>>45034483
#
ID:
GO
2.
inopinatus
◴[
27 Aug 25 00:44 UTC
]
No.
45034145
[source]
▶
>>45032411 (TP)
#
to this end I have been deploying with the fullstaq-ruby builds for some years now.
replies(1):
>>45043449
#
3.
gtirloni
◴[
27 Aug 25 01:37 UTC
]
No.
45034483
[source]
▶
>>45032411 (TP)
#
why are you compiling ruby during provisioning?
4.
jweir
◴[
27 Aug 25 18:47 UTC
]
No.
45043449
[source]
▶
>>45034145
#
we have investigate that, but it requires sudo access which is not allowed but the running user.
replies(1):
>>45045684
#
5.
inopinatus
◴[
27 Aug 25 21:44 UTC
]
No.
45045684
{3}
[source]
▶
>>45043449
#
You may find the fakeroot utility goes a long way to help. But never forget that binary packages are merely archives, or sometimes, archives-of-archives (as in Debian); we can unroll them anywhere.
↑