Update import path for workhorse
This commit is contained in:
parent
bc37520631
commit
e456053620
2 changed files with 4 additions and 4 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -60,7 +60,7 @@ Vcs-Git: https://salsa.debian.org/ruby-team/gitlab.git
|
||||||
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab
|
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab
|
||||||
Homepage: https://about.gitlab.com/
|
Homepage: https://about.gitlab.com/
|
||||||
XS-Ruby-Versions: all
|
XS-Ruby-Versions: all
|
||||||
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab-workhorse
|
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab/workhorse
|
||||||
|
|
||||||
Package: gitlab
|
Package: gitlab
|
||||||
Section: contrib/net
|
Section: contrib/net
|
||||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -9,9 +9,9 @@ include /usr/share/dpkg/pkg-info.mk
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -O--package=gitlab
|
dh_auto_configure -O--package=gitlab
|
||||||
dh_auto_configure -O--package=gitlab-workhorse
|
dh_auto_configure -O--package=gitlab-workhorse
|
||||||
mkdir -p _build/src/gitlab.com/gitlab-org
|
mkdir -p _build/src/gitlab.com/gitlab-org/gitlab
|
||||||
cp -r workhorse _build/src/gitlab.com/gitlab-org/gitlab-workhorse
|
cp -r workhorse _build/src/gitlab.com/gitlab-org/gitlab
|
||||||
if [ -d workhorse-vendor ]; then mv workhorse-vendor _build/src/gitlab.com/gitlab-org/gitlab-workhorse/vendor; fi
|
if [ -d workhorse-vendor ]; then mv workhorse-vendor _build/src/gitlab.com/gitlab-org/gitlab/workhorse/vendor; fi
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
dh_auto_test -O--package=gitlab
|
dh_auto_test -O--package=gitlab
|
||||||
|
|
Loading…
Reference in a new issue