summaryrefslogtreecommitdiffstats
path: root/bin/addproject
diff options
context:
space:
mode:
Diffstat (limited to 'bin/addproject')
-rwxr-xr-xbin/addproject2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/addproject b/bin/addproject
index 50849a3..19922ec 100755
--- a/bin/addproject
+++ b/bin/addproject
@@ -134,6 +134,8 @@ main() {
"(SELECT id FROM user WHERE login = '${user_name}')," \
"(SELECT id FROM project WHERE project_name = '${project_name}'))"
+ eexec wget --no-check-certificate -q -O/dev/null https://dev.spline.de/account/genusers
+
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}" \