[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bash script to update - only make when update there?
From: |
Achim Gratz |
Subject: |
Re: [O] Bash script to update - only make when update there? |
Date: |
Tue, 10 Dec 2013 18:00:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
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
- [O] Bash script to update - only make when update there?, Rainer M Krug, 2013/12/10
- Re: [O] Bash script to update - only make when update there?, Nick Dokos, 2013/12/10
- Re: [O] Bash script to update - only make when update there?, Rainer M Krug, 2013/12/10
- Re: [O] Bash script to update - only make when update there?, Nick Dokos, 2013/12/10
- Re: [O] Bash script to update - only make when update there?, Rainer M Krug, 2013/12/10
- Re: [O] Bash script to update - only make when update there?, Samuel Wales, 2013/12/10
- Re: [O] Bash script to update - only make when update there?, Rainer M Krug, 2013/12/12
- Re: [O] Bash script to update - only make when update there?, Suvayu Ali, 2013/12/12
- Re: [O] Bash script to update - only make when update there?, Rainer M Krug, 2013/12/13
Re: [O] Bash script to update - only make when update there?,
Achim Gratz <=