Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 70
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Oct 18 10:04:46 UTC 2019 - Stefan Botter <obs@botter.cc> + +- move everything from jacobs-university.de to botter.cc + +------------------------------------------------------------------- Fri Oct 4 14:38:06 UTC 2019 - Stefan Botter <obs@botter.cc> - PrepareNagiosTests: remove fix dependency on Jacobs downloads
View file
PrepareNagiosTests
Changed
@@ -16,7 +16,7 @@ else REPOVERSION="$VERSION" fi - zypper ar -t rpm-md -f http://repo.jacobs-university.de/jsj/openSUSE_$REPOVERSION "jsj_$VERSION" + zypper ar -t rpm-md -f https://repo.botter.cc/jsj/openSUSE_$REPOVERSION "jsj_$VERSION" fi zypper -n in -l nrpe monitoring-plugins-zypper nagios-plugins-kernel check_mk-agent rdiff-backup nrpe-$VAR #rsync -vaPH nagios.jacobs-university.de::nagios/ /etc/nagios/
View file
PreparePostfix
Changed
@@ -11,13 +11,13 @@ cp /etc/postfix/main.cf /etc/postfix/main.cf.orig POSTCONF=$(mktemp /tmp/main.cf.XXXXXXXXXX) postconf -n | \ - sed -e "s/\(myhostname = \).*$/\1$HOSTNAME.jacobs-university.de/" \ - -e 's/\(relayhost =\).*$/\1 mx.jacobs-university.de/' \ + sed -e "s/\(myhostname = \).*$/\1$HOSTNAME.botter.cc/" \ + -e 's/\(relayhost =\).*$/\1 router.botter.cc/' \ > $POSTCONF mv $POSTCONF /etc/postfix/main.cf chmod 644 /etc/postfix/main.cf ALIASES=$(mktemp /tmp/aliases.XXXXXXXXXX) -sed -e '/^root:/ d' -e '/^#root:/ a root: root@jacobs-university.de' < /etc/aliases > $ALIASES +sed -e '/^root:/ d' -e '/^#root:/ a root: root@botter.cc' < /etc/aliases > $ALIASES mv /etc/aliases /etc/aliases.orig mv $ALIASES /etc/aliases chmod 644 /etc/aliases
View file
vhost.conf
Changed
@@ -1,6 +1,6 @@ <VirtualHost *:80> - ServerAdmin vmadmin@jacobs-university.de - ServerName HOSTNAME.jacobs-university.de + ServerAdmin vmadmin@botter.cc + ServerName HOSTNAME.botter.cc DocumentRoot /srv/www/HOSTNAME/htdocs/ ErrorLog /var/log/apache2/HOSTNAME-error_log CustomLog /var/log/apache2/HOSTNAME-access_log combined
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.