On doap file naming

2009-04-18 Thread Behdad Esfahbod
Hey, I wonder if naming the doap file after the module name is optimal. Wouldn't be it easier to process if the file was simply named doap or something like module.doap? Now's the time to decide, before too many modules add one... Cheers, behdad

Hitori git repository empty

2009-04-18 Thread Philip Withnall
Hi, Has there been a problem when importing Hitori? The git repository exists[1], but seems to be empty. Regards, Philip [1]: http://git.gnome.org/cgit/hitori signature.asc Description: This is a digitally signed message part ___ desktop-devel-list

Re: git and jhbuildrc

2009-04-18 Thread Frederic Peters
Diego Escalante Urrelo wrote: was wondering if you have had any chance to find out how to tell jhbuild (via jhbuildrc) to build an especific branch/tag of your project. For Subversion everything was a path, so it was subverted to have the /branches/ configuration option, and when the git

Bumping required version of DeviceKit-power to 007

2009-04-18 Thread Richard Hughes
Can I bump the external dependencies version of DeviceKit-power from 006 to 007 for 2.27.x please? 007 was released a few weeks ago, and fixes many bugs I don't want to work around in gnome-power-manager anymore. Thanks, Richard. ___

Re: On doap file naming

2009-04-18 Thread Owen Taylor
On Sat, 2009-04-18 at 03:51 -0400, Behdad Esfahbod wrote: Hey, I wonder if naming the doap file after the module name is optimal. Wouldn't be it easier to process if the file was simply named doap or something like module.doap? Now's the time to decide, before too many modules add one...

Re: Git documentation reorganization and cleanup

2009-04-18 Thread Alberto Ruiz
2009/4/18 Sandy Armstrong sanfordarmstr...@gmail.com: Hi all, Just a quick note that I've been working a bit on cleaning up our git documentation.  It is now centralized here: http://live.gnome.org/Git And the main developer howto has been simplified.  It now recommends a single simple

Re: Git documentation reorganization and cleanup

2009-04-18 Thread Sandy Armstrong
On Sat, Apr 18, 2009 at 7:17 AM, Alberto Ruiz ar...@gnome.org wrote: 2009/4/18 Sandy Armstrong sanfordarmstr...@gmail.com: Hi all, Just a quick note that I've been working a bit on cleaning up our git documentation.  It is now centralized here: http://live.gnome.org/Git And the main

Re: On doap file naming

2009-04-18 Thread Sandy Armstrong
On Sat, Apr 18, 2009 at 5:18 AM, Owen Taylor otay...@redhat.com wrote: On Sat, 2009-04-18 at 03:51 -0400, Behdad Esfahbod wrote: Hey, I wonder if naming the doap file after the module name is optimal. Wouldn't be it easier to process if the file was simply named doap or something like

Re: Git documentation reorganization and cleanup

2009-04-18 Thread Owen Taylor
On Fri, 2009-04-17 at 16:13 -0700, Sandy Armstrong wrote: Hi all, Just a quick note that I've been working a bit on cleaning up our git documentation. It is now centralized here: http://live.gnome.org/Git And the main developer howto has been simplified. It now recommends a single

Re: Git documentation reorganization and cleanup

2009-04-18 Thread Simos Xenitellis
On Sat, Apr 18, 2009 at 5:14 PM, Santi Béjar sa...@agolina.net wrote: 2009/4/18 Owen Taylor otay...@redhat.com: === In Git, branches and tags are simply references to a commit. You can check out a branch using the following command, once you have cloned the project: git checkout [branch

Re: Git day minus 1

2009-04-18 Thread Krzesimir Nowak
On Fri, 2009-04-17 at 15:22 +0200, Olav Vitters wrote: On Fri, Apr 17, 2009 at 08:48:28AM -0400, Owen Taylor wrote: (Overall status is about 480/580 repositories converted at this point, including all the big ones.) Not at all time critical, just wondering: The SVN archive modules, can

Re: git and jhbuildrc

2009-04-18 Thread Diego Escalante Urrelo
On 4/18/09, Frederic Peters fpet...@gnome.org wrote: I just answered: Diego Escalante Urrelo wrote: was wondering if you have had any chance to find out how to tell jhbuild (via jhbuildrc) to build an especific branch/tag of your project. [...] On a serious note,

gnome-common git migration problem?

2009-04-18 Thread Gustavo J. A. M. Carneiro
Git checkout gives me an error (Object 56e99a3796075fb134a10bd0adc3afc86917b8fa not a commit), and then some files are missing and it doesn't build: g...@dark-tower:gnome$ git clone gnome:gnome-common Initialized empty Git repository in /home/gjc/projects/gnome/gnome-common/.git/ error: Object

Re: gnome-common git migration problem?

2009-04-18 Thread Frederic Peters
Gustavo J. A. M. Carneiro wrote: Git checkout gives me an error (Object 56e99a3796075fb134a10bd0adc3afc86917b8fa not a commit), and then some files are missing and it doesn't build: It has already been noted in http://mail.gnome.org/archives/gnome-infrastructure/2009-April/msg00076.html

libgtop branched for gnome-2-26

2009-04-18 Thread Benoît Dejean
Hello, I've branched libgtop. Stable branched is gnome-2-26. Dev happens in master. Regards, -- Benoît Dejean GNOME http://www.gnomefr.org/ LibGTop http://directory.fsf.org/libgtop.html signature.asc Description: Ceci est une partie de message numériquement signée

Re: Git documentation reorganization and cleanup

2009-04-18 Thread Behdad Esfahbod
On 04/18/2009 10:38 AM, Sandy Armstrong wrote: http://live.gnome.org/NewGITRepos I'll make sure more places link to this. Move it under Git/? behdad Thanks for the feedback, Sandy ___ desktop-devel-list mailing list desktop-devel-list@gnome.org

Re: On doap file naming

2009-04-18 Thread Behdad Esfahbod
On 04/18/2009 08:18 AM, Owen Taylor wrote: On Sat, 2009-04-18 at 03:51 -0400, Behdad Esfahbod wrote: Hey, I wonder if naming the doap file after the module name is optimal. Wouldn't be it easier to process if the file was simply named doap or something like module.doap? Now's the time to

Re: Git day minus 1

2009-04-18 Thread Owen Taylor
On Sat, 2009-04-18 at 18:53 +0200, Krzesimir Nowak wrote: On Fri, 2009-04-17 at 15:22 +0200, Olav Vitters wrote: On Fri, Apr 17, 2009 at 08:48:28AM -0400, Owen Taylor wrote: (Overall status is about 480/580 repositories converted at this point, including all the big ones.) Not at all

How to remove remote branch with git?

2009-04-18 Thread Jaap A. Haitsma
I just did my first commit with git (Yay!!). However I first made a mistake and made a new remote branch called jaap in the cheese project. I now want to remove that branch because it was a mistake. How do I do this? What I read from the web I need to do the following git push

Re: How to remove remote branch with git?

2009-04-18 Thread Frederic Peters
Jaap A. Haitsma wrote: I just did my first commit with git (Yay!!). However I first made a mistake and made a new remote branch called jaap in the cheese project. I now want to remove that branch because it was a mistake. How do I do this? What I read from the web I need to do the following

Re: Adding module descriptions

2009-04-18 Thread Shaun McCance
On Thu, 2009-04-16 at 16:34 -0500, Shaun McCance wrote: Hubert Figuiere just pointed out a limitation of having Pulse provide these: Pulse doesn't track everything in our repositories. For those whose modules aren't being tracked in Pulse, here's the DOAP template that Pulse created for

Re: How to remove remote branch with git?

2009-04-18 Thread Jaap A. Haitsma
On Sat, Apr 18, 2009 at 22:28, Frederic Peters fpet...@gnome.org wrote: Jaap A. Haitsma wrote: I just did my first commit with git (Yay!!). However I first made a mistake and made a new remote branch called jaap in the cheese project. I now want to remove that branch because it was a

Re: How to remove remote branch with git?

2009-04-18 Thread Nicolas Trangez
On Sat, 18 Apr 2009 23:55:49 +0200, Jaap A. Haitsma j...@haitsma.org wrote: On Sat, Apr 18, 2009 at 22:28, Frederic Peters fpet...@gnome.org wrote: Jaap A. Haitsma wrote: I just did my first commit with git (Yay!!). However I first made a mistake and made a new remote branch called jaap in

On autogenerated ChangeLog

2009-04-18 Thread Behdad Esfahbod
Hey, I first wrote Makefile.am magic for Pango to generate ChangeLog from git on demand. Those macros have been modified and gathered in http://live.gnome.org/Git/ChangeLog to only generate ChangeLog for make dist. I wonder what people actually want to have, so I can work on canonical

Re: On autogenerated ChangeLog

2009-04-18 Thread Tristan Van Berkom
On Sat, Apr 18, 2009 at 9:54 PM, Behdad Esfahbod beh...@behdad.org wrote: Hey, I first wrote Makefile.am magic for Pango to generate ChangeLog from git on demand.  Those macros have been modified and gathered in http://live.gnome.org/Git/ChangeLog to only generate ChangeLog for make dist.  I

Missing files in Evolution repo

2009-04-18 Thread Matthew Barnes
Quite a few files are missing from the Evolution repo on git.g.o. Among them are: autogen.sh, AUTHORS, README, and a whole bunch of Makefile.am files (but not all). Branches are also missing the same files. Did something go amiss during the migration? Do we have logs anywhere? Any other

Re: On autogenerated ChangeLog

2009-04-18 Thread John Stowers
On Sat, 2009-04-18 at 22:23 -0400, Tristan Van Berkom wrote: On Sat, Apr 18, 2009 at 9:54 PM, Behdad Esfahbod beh...@behdad.org wrote: Hey, I first wrote Makefile.am magic for Pango to generate ChangeLog from git on demand. Those macros have been modified and gathered in

gnomeweb-wml pushes not causing website updates. missing a hook?

2009-04-18 Thread Sandy Armstrong
Hi, Not really sure where to direct this, but I made an update to the Tomboy website 3 hours ago: http://git.gnome.org/cgit/gnomeweb-wml/commit/?id=3d1e649acdc765290de0f4a5abbec5ba0064d25f I would expect the live site to have updated by now. Are we missing a hook or some other infrastructure?