Bug #8511
closed`arvbox reboot dev` does not clone arvados-dev repo
Description
The README for arvbox (https://github.com/curoverse/arvados-dev/blob/master/arvbox/README.md) says that the 'dev' config should include the arvados-dev repo, but when I run `arvbox reboot dev` I get one that does not appear to include arvados-dev. If I first run `arvbox reboot dev` and then `arvbox shell` I find that the contents of /usr/src are:
# ls /usr/src arvados sso
If I instead do an `arvbox reboot test`, wait for all the tests to run, and then enter the shell, I get:
# ls /usr/src arvados arvados-dev sso
If I'm doing something wrong, I don't know what it is... looking at the `arvbox` script, it seems like arvados-dev is only mentioned in the 'test' section:
https://github.com/curoverse/arvados-dev/blob/master/arvbox/bin/arvbox#L153-L174
Updated by Peter Amstutz about 10 years ago
I don't think anything in the "dev" mode uses it, which is why it's not there. That's a mistake in the README.