Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
accountserver
Commits
a5907c63
Commit
a5907c63
authored
Mar 20, 2019
by
ale
Browse files
Switch to standard CI workflow
parent
31b56bba
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a5907c63
stages
:
-
build_src
-
build_pkg
-
upload
build:src:
stage
:
build_src
image
:
"
ai/build:stretch"
script
:
"
build-dsc"
artifacts
:
paths
:
-
build-deb/
only
:
-
master
build:pkg:
stage
:
build_pkg
image
:
"
ai/build:stretch"
script
:
"
build-deb"
dependencies
:
-
build:src
artifacts
:
paths
:
-
output-deb/
only
:
-
master
upload:pkg:
stage
:
upload
image
:
"
ai/pkg:base"
script
:
"
upload-packages
-r
ai3"
dependencies
:
-
build:pkg
only
:
-
master
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
debian/control
View file @
a5907c63
...
...
@@ -2,7 +2,7 @@ Source: accountserver
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-
go
, dh-systemd, dh-golang, default-jre-headless
Build-Depends: debhelper (>=9), golang-
any (>=1.11)
, dh-systemd, dh-golang, default-jre-headless
Standards-Version: 3.9.6
Package: accountserver
...
...
debian/rules
View file @
a5907c63
...
...
@@ -11,9 +11,9 @@ export DH_GOLANG_INSTALL_ALL := 1
%:
dh $@ --with systemd --with golang --buildsystem golang
override_dh_install:
rm -fr $(CURDIR)/debian/accountserver/usr/share/gocode
dh_install
override_dh_
auto_
install:
dh_auto_install
$(RM) -rv debian/accountserver/usr/share/gocode
override_dh_systemd_enable:
dh_systemd_enable --no-enable
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment