[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: Give rclobus ssh access to osuosl173.

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Jun 11 09:51:19 BST 2022



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
024e2970 by Roland Clobus at 2022-06-11T10:50:41+02:00
Give rclobus ssh access to osuosl173.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
3053ad84 by Roland Clobus at 2022-06-11T10:50:46+02:00
reproducible_debian_live_build: Cleanup the old workspaces after 1 day

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
37632878 by Roland Clobus at 2022-06-11T10:50:51+02:00
reproducible_debian_live_build: Disable the publication of artifacts for the moment

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


4 changed files:

- + authorized_keys/rclobus at rclobus.nl.pub
- bin/reproducible_debian_live_build.sh
- bin/reproducible_maintenance.sh
- update_jdn.sh


Changes:

=====================================
authorized_keys/rclobus at rclobus.nl.pub
=====================================
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINISFFb+O6x0mvG7nzFVzzpP+oaWZh7BlipJ+zH7H2X4 rclobus at rclobus.nl for jenkins.debian.net


=====================================
bin/reproducible_debian_live_build.sh
=====================================
@@ -37,7 +37,8 @@ publish_file() {
 	local ORIGINAL_FILE=$2
 	local PUBLISHED_NAME=$(basename $3)
 
-	ssh jenkins at jenkins.debian.net ${DESCRIPTION} ${ORIGINAL_FILE} ${PUBLISHED_NAME}
+	# Disabled for now...
+	#ssh jenkins at jenkins.debian.net ${DESCRIPTION} ${ORIGINAL_FILE} ${PUBLISHED_NAME}
 }
 
 cleanup() {


=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -121,22 +121,22 @@ fi
 #
 # delete old temp directories for live-build
 #
-echo "$(date -u) - Deleting temp result directories for live-build, older than 3 days."
-OLDSTUFF=$(find $REP_RESULTS -maxdepth 1 -type d -mtime +2 -name "live-build-*" -exec ls -lad {} \; 2>/dev/null|| true)
+echo "$(date -u) - Deleting temp result directories for live-build, older than 1 day."
+OLDSTUFF=$(find $REP_RESULTS -maxdepth 1 -type d -mtime +0 -name "live-build-*" -exec ls -lad {} \; 2>/dev/null|| true)
 if [ ! -z "$OLDSTUFF" ] ; then
 	echo
 	echo "Old temp directories found in $REP_RESULTS"
-	find $REP_RESULTS -maxdepth 1 -type d -mtime +2 -name "live-build-*" -exec rm -rv --one-file-system {} \; || true
+	find $REP_RESULTS -maxdepth 1 -type d -mtime +0 -name "live-build-*" -exec rm -rv --one-file-system {} \; || true
 	echo "These old directories have been deleted."
 	echo
 	DIRTY=true
 fi
-echo "$(date -u) - Deleting temp workspace directories for live-build, older than 3 days."
-OLDSTUFF=$(find /srv/workspace/live-build -maxdepth 1 -type d -mtime +2 -name "*.*" -exec ls -lad {} \; 2>/dev/null|| true)
+echo "$(date -u) - Deleting temp workspace directories for live-build, older than 1 day."
+OLDSTUFF=$(find /srv/workspace/live-build -maxdepth 1 -type d -mtime +0 -name "*.*" -exec ls -lad {} \; 2>/dev/null|| true)
 if [ ! -z "$OLDSTUFF" ] ; then
 	echo
 	echo "Old temp directories found in /srv/workspace/live-build"
-	find /srv/workspace/live-build -maxdepth 1 -type d -mtime +2 -name "*.*" -exec rm -rfv --one-file-system {} \; || true
+	find /srv/workspace/live-build -maxdepth 1 -type d -mtime +0 -name "*.*" -exec rm -rfv --one-file-system {} \; || true
 	echo "These old directories have been deleted."
 	echo
 	DIRTY=true


=====================================
update_jdn.sh
=====================================
@@ -134,6 +134,7 @@ user_host_groups['vagrant','*']="$sudo_groups"
 user_host_groups['bernhard','osuosl174-amd64']="$sudo_groups"
 user_host_groups['santiago','ionos3-amd64']="$sudo_groups"
 user_host_groups['fpierret','snapshot']="$sudo_groups"
+user_host_groups['rclobus','osuosl173-amd64']="$sudo_groups"
 
 u_shell['mattia']='/bin/zsh'
 u_shell['lynxis']='/usr/bin/fish'



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e6194ffb19d72c1351db8cc006924b84d4a01dd1...376328780cd158285f6750cfd9ed033cd853e1c9

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/e6194ffb19d72c1351db8cc006924b84d4a01dd1...376328780cd158285f6750cfd9ed033cd853e1c9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220611/9686fe9e/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list