Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
audisp-json
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
audisp-json
Commits
08107203
Commit
08107203
authored
6 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Update repository URL and switch to default CI workflow
parent
083ca4e5
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 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/copyright
+1
-1
1 addition, 1 deletion
debian/copyright
debian/rules
+4
-4
4 additions, 4 deletions
debian/rules
vendor/vendor.json
+1
-1
1 addition, 1 deletion
vendor/vendor.json
with
8 additions
and
44 deletions
.gitlab-ci.yml
+
1
−
37
View file @
08107203
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
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
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
08107203
...
@@ -2,7 +2,7 @@ Source: audisp-json
...
@@ -2,7 +2,7 @@ Source: audisp-json
Section: admin
Section: admin
Priority: extra
Priority: extra
Maintainer: Autistici/Inventati <debian@autistici.org>
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>= 8.0.0), golang-
go
, dh-golang, dh-systemd
Build-Depends: debhelper (>= 8.0.0), golang-
any
, dh-golang, dh-systemd
Standards-Version: 3.9.4
Standards-Version: 3.9.4
Package: audisp-json
Package: audisp-json
...
...
This diff is collapsed.
Click to expand it.
debian/copyright
+
1
−
1
View file @
08107203
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: audisp-json
Upstream-Name: audisp-json
Source: <https://git.autistici.org/ai3/audisp-json>
Source: <https://git.autistici.org/ai3/
tools/
audisp-json>
Files: *
Files: *
Copyright: 2018 Autistici/Inventati <debian@autistici.org>
Copyright: 2018 Autistici/Inventati <debian@autistici.org>
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
4
View file @
08107203
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
# This has to be exported to make some magic below work.
# This has to be exported to make some magic below work.
export
DH_OPTIONS
export
DH_OPTIONS
export
DH_GOPKG
=
git.autistici.org/ai3/audisp-json
export
DH_GOPKG
=
git.autistici.org/ai3/
tools/
audisp-json
export
DH_GOLANG_EXCLUDES
=
vendor
export
DH_GOLANG_EXCLUDES
=
vendor
%
:
%
:
dh
$@
--with
golang
--with
systemd
--buildsystem
golang
dh
$@
--with
golang
--with
systemd
--buildsystem
golang
override_dh_install
:
override_dh_
auto_
install
:
rm
-fr
$(
CURDIR
)
/debian/audisp-json/usr/share/gocode
dh_auto_install
dh_install
$(
RM
)
-rv
debian/audisp-json/usr/share/gocode
This diff is collapsed.
Click to expand it.
vendor/vendor.json
+
1
−
1
View file @
08107203
...
@@ -33,5 +33,5 @@
...
@@ -33,5 +33,5 @@
"revisionTime"
:
"2017-07-21T12:20:51Z"
"revisionTime"
:
"2017-07-21T12:20:51Z"
}
}
],
],
"rootPath"
:
"git.autistici.org/ai3/audisp-json"
"rootPath"
:
"git.autistici.org/ai3/
tools/
audisp-json"
}
}
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