summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@dev.spline.de>2008-10-17 16:04:55 +0200
committerroot <root@dev.spline.de>2008-10-17 16:04:55 +0200
commitec2ac2150c1a7f65b96742676fa9e4a4cc25be43 (patch)
tree7658e70336207beeac8a928fb707938e491998d2
parent0866d4924c3de5efa9e4a66b8cdcf8819e70ca10 (diff)
downloaddev-scripts-ec2ac2150c1a7f65b96742676fa9e4a4cc25be43.tar.gz
dev-scripts-ec2ac2150c1a7f65b96742676fa9e4a4cc25be43.tar.xz
dev-scripts-ec2ac2150c1a7f65b96742676fa9e4a4cc25be43.zip
lists.spline.de does not support list names with dash
-rwxr-xr-xbin/addproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/addproject b/bin/addproject
index d922d17..0626003 100755
--- a/bin/addproject
+++ b/bin/addproject
@@ -110,7 +110,7 @@ main() {
eheading "requesting new mailinglist for the project"
# register mailinglist (owner is user_email) for the new project
- eexec wget -q -O /dev/null --no-check-certificate --post-data "name=commit-${project_name}&email=${user_email}" \
+ eexec wget -q -O /dev/null --no-check-certificate --post-data "name=commit_${project_name}&email=${user_email}" \
https://lists.spline.inf.fu-berlin.de/cgi-bin/neueliste.pl
eheading "sending confirmation email to applicant"