This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gotrinitybindings. from 34b74a7 debian/control: maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. new abf0947 debian/Jenkinsfile: Add file. Initiate CI builds. new 536bada debian/source/format: Switch to format 1.0. new af0adcd Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/Jenkinsfile | 6 ++++++ debian/source/format | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 debian/Jenkinsfile -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gotrinitybindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gotrinitybindings. commit 536badad04e2569ec6d5be99ed181e66b1e8a64d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jan 6 21:03:50 2024 +0100 debian/source/format: Switch to format 1.0. Fixes: ``` dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision. ``` --- debian/source/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source/format b/debian/source/format index 89ae9db..9f8e9b6 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +1.0 \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gotrinitybindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gotrinitybindings. commit abf0947e3ee87a45b485b1461423497293c757cf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 4 13:05:53 2024 +0100 debian/Jenkinsfile: Add file. Initiate CI builds. --- debian/Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/Jenkinsfile b/debian/Jenkinsfile new file mode 100644 index 0000000..3c93c44 --- /dev/null +++ b/debian/Jenkinsfile @@ -0,0 +1,6 @@ +@Library('jenkins-ci-tools') _ +buildDebianPackage( + /* isArchIndependent */ true, + /* ignoredArchs */ [], + /* isHeavyPackage */ false +) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gotrinitybindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gotrinitybindings. commit af0adcd15958abe7da67435fa7cf13d012e33b9a Merge: 34b74a7 536bada Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jan 6 20:08:25 2024 +0000 Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' debian/Jenkinsfile: Add file. Initiate CI builds. See merge request x2go/bindings/x2gotrinitybindings!1 debian/Jenkinsfile | 6 ++++++ debian/source/format | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gotrinitybindings.git