summaryrefslogtreecommitdiffstats
path: root/TODO4stretch_rename.txt
blob: e714ece6daac6b841c202fc4be277e5d7cb0cf96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
special deployement needed for this:
------------------------------------
 $ sudo systemctl stop reproducible_build@startup.service
 $ sudo -u jenkins /srv/jenkins/bin/reproducible_cleanup_nodes.sh
 $ sudo -u jenkins /srv/jenkins/bin/reproducible_cleanup_nodes.sh
 * https://jenkins.debian.net/quietDown
 $ cd ~jenkins-adm/jenkins.debian.net
 $ sudo update_jdn.sh
 $ sudo -u jenkins -i
 // as jenkins user:
 $ cd /var/lib/jenkins/userContent/reproducible/debian
 $ for i in issues logs rb-pkg logdiffs buildinfo dbdtxt rbuild dbd ; do
     mv $i/testing $i/stretch
   done
 $ mv testing stretch
 $ cd /srv/reproducible-results
 $ mv meta_pkgsets-testing meta_pkgsets-stretch
 $ rm -rf --one-file-system chdist-testing
 $ /srv/jenkins/bin/reproducible_db_maintenance.py
 $ exit
 * https://jenkins.debian.net/cancelQuietDown
 $ cd ~jenkins-adm/jenkins.debian.net
 $ sudo update_jdn.sh
 * remove all jobs which match reproducible*testing*
 // hit all new jobs (to create chroots, etc) in:
 * https://jenkins.debian.net/view/reproducible/view/Debian_setup_amd64/
 * https://jenkins.debian.net/view/reproducible/view/Debian_setup_arm64/
 * https://jenkins.debian.net/view/reproducible/view/Debian_setup_armhf/
 * https://jenkins.debian.net/view/reproducible/view/Debian_setup_i386/
 $ sudo systemctl start reproducible_build@startup.service

changes not yet prepared in git
-------------------------------
completly prepare to add buster on 2017-06-17
(including changing the apache redirect testing→stretch to testing→buster)
finally, remove this file again.