Re: Git-commits mailing list feed.

From: Jan Dittmer
Date: Sat Apr 23 2005 - 09:31:56 EST


David Woodhouse wrote:
> On Sat, 2005-04-23 at 14:58 +0200, Jan Dittmer wrote:
>
>>I didn't found above mentioned post, so I hacked up a cruel script
>>myself. It relies on ketchup (www.selenic.com/ketchup)
>>to retrieve the current base version. Also it requires git's
>>`checkout-cache --prefix=` to work properly.
>
>
> Thanks... but it seems a little excessive. I was thinking of something
> much simpler; along the lines of...
>
> #!/bin/sh
>
> STAGE=/staging/dwmw2/git
>
> cd /home/dwmw2/git/snapshot-2.6
>
> git pull || exit 1
>
> LASTRELEASE=`ls -rt .git/tags | grep -v git | grep -v MailDone | tail -1`

My .git/tags is empty. At least 2.6.12-rc3 is not tagged so I wasn't sure
how to extract the latest release from the git tree.
ketchup was the most comfortable way.

--
Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/