10 |
URL: http://www.through-ip.com |
URL: http://www.through-ip.com |
11 |
Group: SMEserver/addon |
Group: SMEserver/addon |
12 |
Source: smeserver-gitweb-%{version}.tar.gz |
Source: smeserver-gitweb-%{version}.tar.gz |
13 |
|
Patch1: smeserver-gitweb-1.1.0-remove_unused_linefeed_from_auth_error.patch |
14 |
|
Patch2: smeserver-gitweb-1.1.0-remove_runtime_access_to_networks_db.patch |
15 |
|
patch3: smeserver-gitweb-1.1.0-runtime_search_for_pwauth.patch |
16 |
Packager: Marco Hess <marco.hess@through-ip.com> |
Packager: Marco Hess <marco.hess@through-ip.com> |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
27 |
HTTP access to https://git.host.com provides a gitweb view of the repositories. |
HTTP access to https://git.host.com provides a gitweb view of the repositories. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Thu Feb 18 2016 Marco Hess <marco.hess@through-ip.com> 1.1.0-4 |
31 |
|
- backport SME9 changes [SME: 9217] |
32 |
|
- Removed chmod 644 /home/e-smith/db/networks from spec file as |
33 |
|
it is no longer required for gitweb.conf |
34 |
|
- Changed the trypass function in 60ExportAuthHook to dynamically |
35 |
|
check for the location of pwauth so this becomes universal for |
36 |
|
SME8 and SME9. |
37 |
|
- Remove runtime access to NetworkDB [SME: 9217] |
38 |
|
- Some trailing whitespace cleanup |
39 |
|
|
40 |
* Tue Feb 2 2015 Marco Hess <marco.hess@through-ip.com> 1.0.0-15 |
* Tue Feb 2 2015 Marco Hess <marco.hess@through-ip.com> 1.0.0-15 |
41 |
- pwauth is in /usr/lib/httpd/modules/pwauth for this SME. |
- pwauth is in /usr/lib/httpd/modules/pwauth for this SME. |
42 |
|
|
78 |
echo "Ensuring git database is accessible to GitWeb ..." |
echo "Ensuring git database is accessible to GitWeb ..." |
79 |
touch /home/e-smith/db/git |
touch /home/e-smith/db/git |
80 |
chmod 644 /home/e-smith/db/git |
chmod 644 /home/e-smith/db/git |
81 |
echo "Ensuring networks database is accessible to GitWeb ..." |
#echo "Ensuring networks database is accessible to GitWeb ..." |
82 |
chmod 644 /home/e-smith/db/networks |
#chmod 644 /home/e-smith/db/networks |
83 |
echo "Expanding gitweb.conf template ..." |
echo "Expanding gitweb.conf template ..." |
84 |
/sbin/e-smith/expand-template /etc/gitweb.conf |
/sbin/e-smith/expand-template /etc/gitweb.conf |
85 |
echo "Expanding GitWeb home page text template ..." |
echo "Expanding GitWeb home page text template ..." |