Commit 5f59a8f8 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible openSUSE: create bernhard user on osuosl174 and install his ssh...


reproducible openSUSE: create bernhard user on osuosl174 and install his ssh pubkeys and needed packages there

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 2401e4ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
*** is constantly online (in jenkins) now, which is not how we like it and still doesnt solve the netbsd job probs
** done: osuosl172: openwrt, coreboot (future)
** osuosl173: debian rebuilder#1
** osuosl174:
** osuosl174: bwiedemann, opensuse tests
* add to README 
* add link to OSUOSL in THANKS and explain usage
* drop 'setup in progress' from r_html_nodes_info
+2 −0
Original line number Diff line number Diff line
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMI/OukYJONiHQqMIEMJQZd4TS9jB6+1q+jzm6LBwv18 bwiedemann@suse
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDb6d1OdRKnjk8tdq9Irb9myvvDEDKzwvWXOGrE3EWSCfu6d9Mxts+m0Szn+sM9Q+/LWo9B2xMUICgqfSBbshN8stVsqiscEQ5WCLJNLeC35eNwoxFUopUEPciJbV5F/5PZxevH0UMnKUNDDtuZ8deq4Hp+uw/hsC6zpMZtAzGrLCEOGYUWEHZ20pHvMTX1fGiLNECqDrZ+mXDg60SY63FqGVxJizFc/tq/EdIacU0MXPKBBAVUNz2YsD2jr9x1L63B+7VO8JlK+YZY0kZTHywNADCTD8t3hKzgQcXCc546jvFxeQLKUsTSKE8kaSEfM8MBMJuW84WhMxxH420eB+Kj bwiedemann@suse
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ explain_nodes() {
		osuosl171)	write_page "<br /><small>(r-b OpenWrt, NetBSD, Coreboot builds)</small>" ;;
		osuosl172)	write_page "<br /><small>(r-b OpenWrt, Coreboot builds)</small>" ;;
		osuosl173)	write_page "<br /><small>(r-b Debian rebuilder)</small>" ;;
		osuosl174)	write_page "<br /><small>(TBD - setup in progress)</small>" ;;
		osuosl174)	write_page "<br /><small>(r-b openSUSE)</small>" ;;
		*)		write_page "<br /><small>(r-b Debian builds)</small>" ;;
	esac
}
+4 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ user_host_groups['lynxis','osuosl-build172-amd64']="$sudo_groups"
user_host_groups['lynxis','jenkins']="jenkins"
user_host_groups['hans','osuosl-build168-amd64']="$sudo_groups"
user_host_groups['vagrant','*']="$sudo_groups"

user_host_groups['bernhard','osuosl-build174-amd64']="$sudo_groups"

u_shell['mattia']='/bin/zsh'
u_shell['lynxis']='/bin/fish'
@@ -285,9 +285,11 @@ if [ -f /etc/debian_version ] ; then
			vim 
			zsh
			"
		# needed for rebuilding Debian (using .buildinfo files)
		case $HOSTNAME in
			# needed for rebuilding Debian (using .buildinfo files)
			osuosl-build173-amd64) DEBS="$DEBS libdpkg-perl libwww-mechanize-perl sbuild" ;;
			# needed for opensuse openbuildservice
			osuosl-build174-amd64) DEBS="$DEBS osc obs-build qemu-kvm libjson-perl libxml-simple-perl bsdtar" ;;
			*) ;;
		esac
		# install squid / apache2 on a few nodes only