Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Guido Gunther
deb-build-jobs
Commits
228f0f0c
Commit
228f0f0c
authored
Jul 10, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't tie list mail to a user
But use the list address
parent
974a55fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
blessed_build_auto.groovy
blessed_build_auto.groovy
+2
-2
blessed_build_param.groovy
blessed_build_param.groovy
+2
-2
No files found.
blessed_build_auto.groovy
View file @
228f0f0c
...
...
@@ -41,9 +41,9 @@ def artifacts = '*.deb,*.changes,*.dsc,*.xz,*.gz'
// Signature (keyid) for signing the packages before upload
def
pkg_gpg_keyid
=
'1CBB2345A7F02749'
//jenkins@arm02.puri.sm
// Who get
'
s mail notifications
// Who gets mail notifications
def
email_to
=
'librem5-builds@lists.community.puri.sm'
def
email_from
=
'arno.bauernoppel@puri.sm'
def
email_from
=
email_to
// Load jobs from YAML file
Yaml
yaml
=
new
Yaml
()
...
...
blessed_build_param.groovy
View file @
228f0f0c
...
...
@@ -39,9 +39,9 @@ def artifacts = '*.deb,*.changes,*.dsc,*.xz,*.gz'
// Signature (keyid) for signing the packages before upload
def
pkg_gpg_keyid
=
'1CBB2345A7F02749'
//jenkins@arm02.puri.sm
// Who get
'
s mail notifications
// Who gets mail notifications
def
email_to
=
'librem5-builds@lists.community.puri.sm'
def
email_from
=
'arno.bauernoppel@puri.sm'
def
email_from
=
email_to
// Load jobs from YAML file
Yaml
yaml
=
new
Yaml
()
...
...
Write
Preview
Markdown
is supported
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