From 8490dab36d43827d3b890ca8d5b5522a034f43e7 Mon Sep 17 00:00:00 2001 From: David Sauerwein <la38vyti-adm@cip.cs.fau.de> Date: Tue, 30 Jul 2019 12:36:48 +0200 Subject: [PATCH] Fix URLs to gitlab --- .gitlab-ci.yml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deb008c..558640c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: before_script: - ln -s /builds /go/src/gitlab.cs.fau.de - - cd /go/src/gitlab.cs.fau.de/koomi/goatherd + - cd /go/src/gitlab.cs.fau.de/icipguru/goatherd - go get -d - export PGHOST=postgres PGUSER=$POSTGRES_USER PGPASSWORD=$POSTGRES_PASSWORD PGSSLMODE=disable - export DB_URL="host=postgres user=$POSTGRES_USER password=$POSTGRES_PASSWORD sslmode=disable" diff --git a/debian/control b/debian/control index e36d7c1..5e9e81c 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9), pamtester, libpam-wrapper, oathtool, xxd Standards-Version: 3.9.8 Section: admin -Homepage: https://gitlab.cs.fau.de/koomi/goatherd +Homepage: https://gitlab.cs.fau.de/icipguru/goatherd #Vcs-Git: https://anonscm.debian.org/collab-maint/goatherd.git #Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/goatherd.git -- GitLab