aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-makerepo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-22 21:19:53 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-22 21:19:53 -0400
commit577477e1ce94d6a9626a0db3ba700c0d971c704c (patch)
treecb6f1b9306d9d1bb6d12feab794e81e43ac9e487 /ikiwiki-makerepo
parentae45223b3187476c4828254676edd94aff443ade (diff)
downloadikiwiki-577477e1ce94d6a9626a0db3ba700c0d971c704c.tar
ikiwiki-577477e1ce94d6a9626a0db3ba700c0d971c704c.tar.gz
put monotone dir name munging code in auto.setup
conceptually cleaner to do it this way
Diffstat (limited to 'ikiwiki-makerepo')
-rwxr-xr-xikiwiki-makerepo2
1 files changed, 0 insertions, 2 deletions
diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo
index ef6274498..c3d835c30 100755
--- a/ikiwiki-makerepo
+++ b/ikiwiki-makerepo
@@ -94,8 +94,6 @@ monotone)
fi
mkdir -p "$(dirname "$repository")"
- # fix the repository suffix we get from auto.setup
- repository="$(echo "$repository" | sed 's/.monotone/.mtn/g')"
mtn db init -d "$repository"
cleaned_srcdir=$(basename "$srcdir" | tr -s "[:space:]" "_" | sed 's/_$//g')