Hi, I've been testing OBS for a while. I like it a lot. I think one thing isn't correct in /usr/share/doc/packages/obs-api/README.SETUP under "4.2 import base distributions into the backend". Run the api import script: # cd /srv/www/obs/api/script # RAILS_ENV="production" ruby import I have a feeling this is not valid any more, otherwise it's broken in both stable (2.1) as unstable (2.3). During the install I have to add api.<domain_name> and build.<domain_name> in /etc/hosts. This is not mentioned in /usr/share/doc/packages/obs-api/README.SETUP The line in /usr/share/doc/packages/obs-api/README.SETUP should be: Enable SSL in /etc/sysconfig/apache2 via APACHE_SERVER_FLAGS="SSL" In stead of: Enable SSL in /etc/sysconfig/apache2 via APACHE_SERVER_FLAGS="-DSSL" One thing is also not correct in /etc/apache2/vhosts.d/obs.conf, the directory isn't correct. This is for OBS unstable i.e. 2.3. --- /etc/apache2/vhosts.d/obs.conf 2011-09-22 23:26:54.405237593 +0200 +++ /etc/apache2/vhosts.d/obs.conf.orig 2011-09-21 12:57:26.000000000 +0200 @@ -26,9 +26,9 @@ # Build Results <VirtualHost *:82> # The resulting repositories - DocumentRoot "/srv/obs/repos" + DocumentRoot "/obs/repos" - <Directory /srv/obs/repos> + <Directory /obs/repos> Options Indexes Allow from all </Directory> Regards, Joop. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org