Accepting request 254353 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/254353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=143
This commit is contained in:
Stephan Kulow 2014-10-09 10:52:04 +00:00 committed by Git OBS Bridge
parent fd650db959
commit cac9871f91
2 changed files with 12 additions and 2 deletions

View File

@ -5,6 +5,11 @@ Alias /git "/usr/share/gitweb/"
AllowOverride None
AddHandler cgi-script .cgi
DirectoryIndex gitweb.cgi
Order allow,deny
Allow from all
<IfModule mod_access_compat.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule !mod_access_compat.c>
Require all granted
</IfModule>
</Directory>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 1 06:49:03 UTC 2014 - bwiedemann@suse.com
- Adapt git-web to newer apache2 (bnc#898318)
-------------------------------------------------------------------
Tue Sep 30 20:32:08 UTC 2014 - andreas.stieger@gmx.de