Re: Bug#702607: make source code of all Debian projects visible (on gitweb) [DCS]

2013-03-10 Thread Jonathan Nieder
Hi,

Charles Plessy wrote:

 Also, GitHub being proprietary software, it would be great to have a mirror on
 a platform running Free software.

Done. :)

  http://repo.or.cz/w/debiancodesearch.git
  git://repo.or.cz/debiancodesearch.git

repo.or.cz runs Girocco from http://repo.or.cz/w/girocco.git.
Anyone can mirror public repositories there.

Regards,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130310080034.GA8563@elie.Belkin



Re: Bug#702607: make source code of all Debian projects visible (on gitweb) [DCS]

2013-03-10 Thread Paul Wise
On Sun, Mar 10, 2013 at 4:00 PM, Jonathan Nieder wrote:
 Charles Plessy wrote:

 Also, GitHub being proprietary software, it would be great to have a mirror 
 on
 a platform running Free software.

 Done. :)

I had assumed Charles was talking about alioth.debian.org, in
collab-maint or similar.

https://wiki.debian.org/Alioth/PackagingProject

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKTje6F=v1kj9dkr0aa7yo_7vqekggnx-b1rgjquo87tbby...@mail.gmail.com



Re: Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-09 Thread Thomas Koch
adrelanos:
 It would be very useful, if the all package source code hosted on
 debian.org would be visible in some web source code frontend such as
 gitweb. So one could search:

We just need somebody to do it:

Let dak commit all source packages to Git
https://lists.debian.org/debian-devel/2012/11/msg00138.html

Regards, Thomas Koch, http://www.koch.ro


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201303091816.18790.tho...@koch.ro



Re: Bug#702607: make source code of all Debian projects visible (on gitweb) [DCS]

2013-03-09 Thread Dmitrijs Ledkovs
On 9 March 2013 02:11, Charles Plessy ple...@debian.org wrote:
 Le Fri, Mar 08, 2013 at 08:52:43PM -0500, Yaroslav Halchenko a écrit :

 as for the combined search-engine through all source code (which is the
 closest to your original use case) -- there is a (still non-official)
 http://codesearch.debian.net/

 By the way, the source code of codesearch is still not available...

Hm?!

https://github.com/debiancodesearch/dcs/blob/master/README


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/canbhluiyky4t89f908j+hqh6vjskn29ccvyqunaxoeaqj9r...@mail.gmail.com



Re: Bug#702607: make source code of all Debian projects visible (on gitweb) [DCS]

2013-03-09 Thread Charles Plessy
Le Sun, Mar 10, 2013 at 01:52:09AM +, Dmitrijs Ledkovs a écrit :
 On 9 March 2013 02:11, Charles Plessy ple...@debian.org wrote:
  Le Fri, Mar 08, 2013 at 08:52:43PM -0500, Yaroslav Halchenko a écrit :
 
  as for the combined search-engine through all source code (which is the
  closest to your original use case) -- there is a (still non-official)
  http://codesearch.debian.net/
 
  By the way, the source code of codesearch is still not available...
 
 Hm?!
 
 https://github.com/debiancodesearch/dcs/blob/master/README

Then let me humbly suggest the following :)

diff --git a/static/faq.html b/static/faq.html
index fc87cd6..7c24e91 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -62,10 +62,7 @@ 
href=http://code.google.com/p/re2/wiki/Syntax;RE2:Syntax/a.
 h2Q: Where is the source code of DCS?/h2
 
 p
-While DCS is an open-source project, I cannot share the source code until
-January 2013 (when I hand in my thesis) because otherwise there might be
-attribution problems — that is, when you make contributions, is it really clear
-what’s my work and what’s not.
+It is hosted on a 
href=https://github.com/debiancodesearch/dcs.git;GitHub/a.
 /p
 
 /div


Also, GitHub being proprietary software, it would be great to have a mirror on
a platform running Free software.

Have a nice week-end,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130310054917.ga...@falafel.plessy.net



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread adrelanos
Package: general
Severity: wishlist

Debian.org hosts a lot source code. It's difficult to search through it,
because it doesn't get indexed by search engines. I try to explain the
usefulness of my suggestion on a random example.

For example, I was wondering which package/script/program is responsible
for reading /etc/environment.

To implement this, you obviously must write the string
/etc/environment in some file. I was wondering in which one.

To find that out, I tried a search engine (google). Search term:

site: debian.org /etc/environment

...but still find any hints how it's implemented.

It would be very useful, if the all package source code hosted on
debian.org would be visible in some web source code frontend such as
gitweb. So one could search:

site: gitweb.debian.org /etc/environment

...and would obviously find all source files, containing /etc/environment.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/513a5d73.8080...@riseup.net



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Axel Beckert
Hi adrelanos,

adrelanos wrote:
 It would be very useful, if the all package source code hosted on
 debian.org would be visible in some web source code frontend such as
 gitweb. So one could search:
 
 site: gitweb.debian.org /etc/environment

You're looking for http://anonscm.debian.org/ -- there's more than
just git.

Nevertheless, nobody is required to host stuff there (or use Debian's
infrastructure at all for hosting the code), so may not find
_everything_ there.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130308220034.gv15...@sym.noone.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Nick Daly
Why is http://anonscm.debian.org/hg 404ing?  It's linked from the main page.


Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Paul Tagliamonte
Also: http://codesearch.debian.net

On Mar 8, 2013 5:03 PM, Axel Beckert a...@debian.org wrote:

 Hi adrelanos,

 adrelanos wrote:
  It would be very useful, if the all package source code hosted on
  debian.org would be visible in some web source code frontend such as
  gitweb. So one could search:
 
  site: gitweb.debian.org /etc/environment

 You're looking for http://anonscm.debian.org/ -- there's more than
 just git.

 Nevertheless, nobody is required to host stuff there (or use Debian's
 infrastructure at all for hosting the code), so may not find
 _everything_ there.

 Regards, Axel
 --
  ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
 : :' :  |  Debian Developer, ftp.ch.debian.org Admin
 `. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
   `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


 --
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org
 Archive: http://lists.debian.org/20130308220034.gv15...@sym.noone.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Andrey Rahmatullin
On Fri, Mar 08, 2013 at 09:51:47PM +, adrelanos wrote:
 Package: general
 Severity: wishlist
 
 Debian.org hosts a lot source code. It's difficult to search through it,
 because it doesn't get indexed by search engines. 
You are probably looking for http://codesearch.debian.net/

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Adam D. Barratt

[quoting the message you're replying to is often helpful...]

On 08.03.2013 22:08, Nick Daly wrote:

Why is http://anonscm.debian.org/hg [1] 404ing?  It's linked from the
main page.

[...]

[1] http://anonscm.debian.org/hg


Missing default document or redirect? Adding a trailing slash works 
fine.


Regards,

Adam


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/652fa7b7f104f4fe9c80b2963cb82...@mail.adsl.funky-badger.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread adrelanos
Axel Beckert:
 You're looking for http://anonscm.debian.org/ -- there's more than
 just git.

Interesting.

 Nevertheless, nobody is required to host stuff there

Well, that's the root of the issue. Of course, not saying anyone should
required to host there.

Debian.org offers all the original source code for download. What I was
suggesting here was making those tarballs available in a web frontent.

 (or use Debian's
 infrastructure at all for hosting the code), so may not find
 _everything_ there.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/513a6386.3070...@riseup.net



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Yaroslav Halchenko

On Fri, 08 Mar 2013, adrelanos wrote:
 Debian.org offers all the original source code for download. What I was
 suggesting here was making those tarballs available in a web frontent.

original sources are available as tarballs from many locations:

- package pages include urls to complete source packages (including
  corresponding tarballs)

- master repository (and probably most if not all mirrors) provide all
  sources under corresponding package subdirectories under
  ftp://ftp.debian.org/debian/pool

as for the combined search-engine through all source code (which is the
closest to your original use case) -- there is a (still non-official)
http://codesearch.debian.net/

making all projects visible on gitweb is simply not viable since not all
projects are maintained in git.

hope this clarifies this in full

-- 
Yaroslav O. Halchenko
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Senior Research Associate, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130309015243.gr2...@onerussian.com



Re: Bug#702607: make source code of all Debian projects visible (on gitweb) [DCS]

2013-03-08 Thread Charles Plessy
Le Fri, Mar 08, 2013 at 08:52:43PM -0500, Yaroslav Halchenko a écrit :
 
 as for the combined search-engine through all source code (which is the
 closest to your original use case) -- there is a (still non-official)
 http://codesearch.debian.net/

By the way, the source code of codesearch is still not available...

Cheers,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130309021135.gc6...@falafel.plessy.net