[Fusionforge-general] [Fusionforge-commits] r16026 - in branches/Branch_5_2/src/debian: . patches

Franck Villaume franck.villaume at trivialdev.com
Fri Jul 20 23:02:53 CEST 2012


Le 20/07/2012 14:46, Olivier Berger a écrit :
> Author: olberger
> Date: 2012-07-20 14:46:13 +0200 (Fri, 20 Jul 2012)
> New Revision: 16026
> 
> Modified:
>    branches/Branch_5_2/src/debian/changelog
>    branches/Branch_5_2/src/debian/patches/disable-dav
> Log:
> Change defaults to use_dav no and use_ssh yes in debian for scmgit (closes #682222)
> 
> Modified: branches/Branch_5_2/src/debian/changelog
> ===================================================================
> --- branches/Branch_5_2/src/debian/changelog	2012-07-20 12:46:05 UTC (rev 16025)
> +++ branches/Branch_5_2/src/debian/changelog	2012-07-20 12:46:13 UTC (rev 16026)
> @@ -5,9 +5,11 @@
>    * Fix several missing files errors in gitweb for scmgit plugin (closes:
>      #674536).
>    * Fix permission problem with scmgit plugin (closes: #682223)
> +  * Set defaults to use SSH and not DAV for scmgit plugin (closes:
> +    #682222)
>    * 
>  
> - -- Olivier Berger <obergix at debian.org>  Fri, 20 Jul 2012 14:37:02 +0200
> + -- Olivier Berger <obergix at debian.org>  Fri, 20 Jul 2012 14:41:49 +0200
>  
>  fusionforge (5.2~rc1-5) unstable; urgency=low
>  
> 
> Modified: branches/Branch_5_2/src/debian/patches/disable-dav
> ===================================================================
> --- branches/Branch_5_2/src/debian/patches/disable-dav	2012-07-20 12:46:05 UTC (rev 16025)
> +++ branches/Branch_5_2/src/debian/patches/disable-dav	2012-07-20 12:46:13 UTC (rev 16026)
> @@ -52,3 +52,16 @@
>  +#   # only authenticated users may access the repository
>  +#   Require valid-user
>  +# </Location>
> +Index: src/plugins/scmgit/etc/scmgit.ini
> +===================================================================
> +--- src.orig/plugins/scmgit/etc/scmgit.ini
> ++++ src/plugins/scmgit/etc/scmgit.ini
> +@@ -13,6 +13,6 @@ repos_path = "$core/chroot/scmrepos/git"
> + ; this value might be used to create an alias in your httpd conf for clone
> + scm_root = "git"
> + 
> +-use_dav = yes
> +-use_ssh = no
> ++use_dav = no
> ++use_ssh = yes
> + use_ssl = "$core/use_ssl"

NO !!! Please !!!
Create a patch for your distro !!!


These changes will be revert if no explanations !

nerville


-- 
TrivialDev Founder
http://trivialdev.com





More information about the Fusionforge-general mailing list