From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: Bash script to update - only make when update there?
Date: Tue, 10 Dec 2013 18:00:58 +0100 [thread overview]
Message-ID: <87ppp4ljxx.fsf@Rainer.invalid> (raw)
In-Reply-To: 52A6D452.3030908@krugs.de
Rainer M Krug writes:
> git checkout master
> make update
This doesn't update at all since you never do a "git pull" on master.
> which works nicely, but I would like to only execute the "make update"
> if git updated something - I am sure this is possible, but how?
I really don't see why you'd need to use a shell script for that
(instead of adding your own target in local.mk), but that aside you'd
want to compare the SHA1 of your checkout with the SHA1 of your last
install (for instancefrom org-version.el). If there wasn't an update
these two would be identical.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
next prev parent reply other threads:[~2013-12-10 17:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 8:44 Bash script to update - only make when update there? Rainer M Krug
2013-12-10 15:59 ` Nick Dokos
2013-12-10 18:35 ` Rainer M Krug
2013-12-10 19:31 ` Nick Dokos
2013-12-10 19:37 ` Rainer M Krug
2013-12-10 20:50 ` Samuel Wales
2013-12-12 9:00 ` Rainer M Krug
2013-12-13 0:26 ` Suvayu Ali
2013-12-13 8:40 ` Rainer M Krug
2013-12-10 17:00 ` Achim Gratz [this message]
2013-12-10 17:12 ` Achim Gratz
2013-12-10 18:36 ` Rainer M Krug
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ppp4ljxx.fsf@Rainer.invalid \
--to=stromeko@nexgo.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.