2010-10-21 19:06:15 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
. $(dirname $0)/adc.common-functions
|
|
|
|
|
|
|
|
# this is a helper ADC for "rm"; see that one for documentation
|
|
|
|
|
|
|
|
# cd to repo base and make sure arg1 is a valid repo (also sets $repo)
|
|
|
|
valid_owned_repo $1
|
|
|
|
|
|
|
|
touch $repo.git/gl-rm-ok
|
|
|
|
|
2010-10-27 19:38:58 +02:00
|
|
|
echo "$repo has been unlocked. Please run the 'help' command for more info."
|