all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* makefile target: update to latest release?
@ 2013-11-08 18:38 Miro Bezjak
  2013-11-08 19:20 ` Josiah Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Miro Bezjak @ 2013-11-08 18:38 UTC (permalink / raw
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

Hi all,

before attemting to implement the script I was wondering if there exists a
makefile target that updates the repository to the latest release? I was
thinking something along the lines of:

----------------------------------------
current=... # determine the current version

git checkout master
git pull origin master

latest=... # determine latest release from git log

git log --oneline $current...$latest
git checkout --branch $latest $latest

make clean autoloads
----------------------------------------

I looked at `mk/targets.mk` but didn't find anything similar.

Kind regards,
Miro

[-- Attachment #2: Type: text/html, Size: 736 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: makefile target: update to latest release?
  2013-11-08 18:38 makefile target: update to latest release? Miro Bezjak
@ 2013-11-08 19:20 ` Josiah Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Josiah Schwab @ 2013-11-08 19:20 UTC (permalink / raw
  To: Miro Bezjak; +Cc: emacs-orgmode

Hi Miro,

> before attemting to implement the script I was wondering if there exists a
> makefile target that updates the repository to the latest release?

You may want to take a look at
  http://orgmode.org/worg/dev/org-build-system.html
in particular the targets under "Compatibility and Convenience".

Best,
Josiah

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-08 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 18:38 makefile target: update to latest release? Miro Bezjak
2013-11-08 19:20 ` Josiah Schwab

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.