diff options
author | Charlie <root@memberwebs.com> | 2010-08-24 20:18:53 +0000 |
---|---|---|
committer | Charlie <root@memberwebs.com> | 2010-08-24 20:18:53 +0000 |
commit | fdb5c3ea557ddaeed35f779f62d4937c9ccd2cee (patch) | |
tree | 234d9d83a773bc879041569a41cb5f53db3361ea /install-repos | |
parent | 8b5ecd8d975d79a96343abc1fb5453bedbb8f972 (diff) |
Don't hard code my name in
Diffstat (limited to 'install-repos')
-rwxr-xr-x | install-repos | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install-repos b/install-repos index ce8532a..d817e2b 100755 --- a/install-repos +++ b/install-repos @@ -17,7 +17,7 @@ for git in $REPOS; do echo $name # Prepare the repository - chown -R stef:wheel . + chown -R root:wheel . ln -sf $git $DIR/$simple find . -type f -print0 | xargs -0 chmod 664 find . -type d -print0 | xargs -0 chmod 775 @@ -43,7 +43,6 @@ for git in $REPOS; do echo "repo.url=$simple" echo "repo.path=$git" echo "repo.desc=$simple" - echo "repo.owner=stef@memberwebs.com" fi echo ) >> $DIR/cgit-repo-rc |