Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (cc77047114a1e553db5b2d7573382fdd35dfe5b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (cc77047114a1e553db5b2d7573382fdd35dfe5b3)
  • Date: Fri, 21 Mar 2008 17:55:57 -0700

On Friday 21 March 2008 14:30:11 Jaka Kranjc wrote:
> GIT changes to master grimoire by Jaka Kranjc
> <lynxlynxlynx AT sourcemage.org>:
>
> smgl/guru-tools/DETAILS | 2 +-
> smgl/guru-tools/HISTORY | 5 +++++
> smgl/guru-tools/smgl-cherry-pick | 5 +++++
> 3 files changed, 11 insertions(+), 1 deletion(-)
>
> commit 851f1b934ded761d91c82932797247193126b468
> Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
> Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
>
> smgl-cherry-pick: warn about needing to be in the top dir
<parsnip>
> diff --git a/smgl/guru-tools/smgl-cherry-pick
> b/smgl/guru-tools/smgl-cherry-pick index 7a3d1a0..52f19a9 100755
> --- a/smgl/guru-tools/smgl-cherry-pick
> +++ b/smgl/guru-tools/smgl-cherry-pick
> @@ -7,6 +7,7 @@
> rc=0
> commit=$1
> [[ -z $commit ]] && echo no commit specified && exit 100
> +[[ -f ChangeLog ]] || { echo run me from the top dir; exit 99; }

May want to check for .git instead of ChangeLog as that's where the top level
really is, "just in case".

Thanks for the script! :)

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page