Loading TODO +2 −2 Original line number Diff line number Diff line Loading @@ -327,10 +327,10 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian ** make build.sh *** write db **** write temp script to populate results table with known data: pkg.state, pkg.build_date. stop builders and html job when running this *** do not share /var/log/jenkins/reproducible-race-conditions.log with debian *** we share /var/log/jenkins/reproducible-race-conditions.log with debian, is that ok? (else fix maintenance job and handle_race_condition()) *** make build respect pacman exit code, see FIXME in _html_.sh ** html *** disable all current html creation *** disable (and then drop) all current html creation *** leave all files, delete them (much) later *** recreate them newly as index.html **** create new job to recreate all pkg pages Loading bin/reproducible_maintenance.sh +2 −1 Original line number Diff line number Diff line Loading @@ -319,7 +319,8 @@ fi # find very old schroots echo "$(date -u) - Detecting schroots older than 1 month" OLDSTUFF=$(find /schroots/ -mindepth 1 -maxdepth 1 -mtime +30 -exec ls -lad {} \;) # the reproducible-archlinux schroot is ignored because its ment to be long living OLDSTUFF=$(find /schroots/ -mindepth 1 -maxdepth 1 -mtime +30 -exec ls -lad {} \; | grep -v reproducible-archlinux) if [ ! -z "$OLDSTUFF" ]; then echo echo "Warning: schroots older than 1 month found in /schroot:" Loading Loading
TODO +2 −2 Original line number Diff line number Diff line Loading @@ -327,10 +327,10 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian ** make build.sh *** write db **** write temp script to populate results table with known data: pkg.state, pkg.build_date. stop builders and html job when running this *** do not share /var/log/jenkins/reproducible-race-conditions.log with debian *** we share /var/log/jenkins/reproducible-race-conditions.log with debian, is that ok? (else fix maintenance job and handle_race_condition()) *** make build respect pacman exit code, see FIXME in _html_.sh ** html *** disable all current html creation *** disable (and then drop) all current html creation *** leave all files, delete them (much) later *** recreate them newly as index.html **** create new job to recreate all pkg pages Loading
bin/reproducible_maintenance.sh +2 −1 Original line number Diff line number Diff line Loading @@ -319,7 +319,8 @@ fi # find very old schroots echo "$(date -u) - Detecting schroots older than 1 month" OLDSTUFF=$(find /schroots/ -mindepth 1 -maxdepth 1 -mtime +30 -exec ls -lad {} \;) # the reproducible-archlinux schroot is ignored because its ment to be long living OLDSTUFF=$(find /schroots/ -mindepth 1 -maxdepth 1 -mtime +30 -exec ls -lad {} \; | grep -v reproducible-archlinux) if [ ! -z "$OLDSTUFF" ]; then echo echo "Warning: schroots older than 1 month found in /schroot:" Loading