Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342133
D700.id2195.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D700.id2195.diff
View Options
diff --git a/jobs/debian/axis-slave.yml.inc b/jobs/debian/axis-slave.yml.inc
new file mode 100644
--- /dev/null
+++ b/jobs/debian/axis-slave.yml.inc
@@ -0,0 +1,5 @@
+axis:
+ type: slave
+ name: slave
+ values:
+ - jenkins-debian01.internal.softwareheritage.org
diff --git a/jobs/debian/update-scripts.yml b/jobs/debian/update-scripts.yml
new file mode 100644
--- /dev/null
+++ b/jobs/debian/update-scripts.yml
@@ -0,0 +1,18 @@
+- job:
+ name: debian/maintenance/update-scripts
+ description: 'Update debian scripts from the jenkins-jobs repository'
+ project-type: matrix
+ child-workspace: .
+ axes:
+ - !include: axis-slave.yml.inc
+ scm:
+ - git:
+ url: https://forge.softwareheritage.org/source/swh-jenkins-jobs/
+ branches:
+ - master
+ wipe-workspace: false
+ triggers:
+ - timed: "H * * * *"
+ builders:
+ - shell: chmod go+rX -R scripts/debian/
+ - shell: rsync -az --delete scripts/debian/ /usr/share/jenkins/debian-scripts/
diff --git a/scripts/debian/.keep b/scripts/debian/.keep
new file mode 100644
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 12:30 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3230166
Attached To
D700: Add a Debian scripts directory as well as a job to keep them updated
Event Timeline
Log In to Comment