Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acmeserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silver-platter
acmeserver
Commits
6770ba83
Commit
6770ba83
authored
5 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Switch to standard CI workflow
parent
85cca50c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-37
1 addition, 37 deletions
.gitlab-ci.yml
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
with
5 additions
and
41 deletions
.gitlab-ci.yml
+
1
−
37
View file @
6770ba83
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"
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
6770ba83
...
...
@@ -2,7 +2,7 @@ Source: acmeserver
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-
go
, dh-systemd, dh-golang
Build-Depends: debhelper (>=9), golang-
any (>=1.11)
, dh-systemd, dh-golang
Standards-Version: 3.9.6
Package: acmeserver
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
3
View file @
6770ba83
...
...
@@ -7,9 +7,9 @@ export DH_GOLANG_EXCLUDES = vendor
%:
dh $@ --with systemd --with golang --buildsystem golang
override_dh_install:
rm -fr $(CURDIR)/debian/acmeserver/usr/share/gocode
dh_install
override_dh_
auto_
install:
dh_auto_install
$(RM) -rv debian/acmeserver/usr/share/gocode
override_dh_systemd_enable:
dh_systemd_enable --no-enable
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment