[Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Hi all,

I sat down to hack a little on our functions we wrote to compile
Org-mode without make (see
http://article.gmane.org/gmane.emacs.orgmode/15264 ff).

I thought it would be nice, to do the whole bunch of actions at once for
users tracking the development version of Org-mode:

   * git
 - clone the repo
 - pull

   * Download and unpack org-latest.tar.gz in case no git is installed
 or the user doesn't want to use git to track Org.

Git cloning and pulling is now done as recommended in our FAQ
(http://orgmode.org/worg/org-faq.php#keeping-local-changes-current-with-Org-mode-development)
which is based on Bernt's suggestions, I believe. Optionally, the whole
thing sets up a local branch for you, that is rebased automatically
(again, see the FAQ entry for more no this).

What's still missing, is a function to download and unpack
org-latest.tar.gz, which I will do during the next days. We should add
that feature for people not willing/being able to install git.


I've set up a repo on github for this.

If you want to contribute, you could (a) clone/fork the repo, (b) send
me your public key that you wish to use with that repo so I can add it,
or (c) just send patches.



Best regards,


Sebastian


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose


Yes, I hear you

The repo is here:

  http://github.com/SebastianRose/track-org-git/tree/master

:-)


   Sebastian


Sebastian Rose sebastian_r...@gmx.de writes:
 Hi all,

 I sat down to hack a little on our functions we wrote to compile
 Org-mode without make (see
 http://article.gmane.org/gmane.emacs.orgmode/15264 ff).

 I thought it would be nice, to do the whole bunch of actions at once for
 users tracking the development version of Org-mode:

* git
  - clone the repo
  - pull

* Download and unpack org-latest.tar.gz in case no git is installed
  or the user doesn't want to use git to track Org.

 Git cloning and pulling is now done as recommended in our FAQ
 (http://orgmode.org/worg/org-faq.php#keeping-local-changes-current-with-Org-mode-development)
 which is based on Bernt's suggestions, I believe. Optionally, the whole
 thing sets up a local branch for you, that is rebased automatically
 (again, see the FAQ entry for more no this).

 What's still missing, is a function to download and unpack
 org-latest.tar.gz, which I will do during the next days. We should add
 that feature for people not willing/being able to install git.


 I've set up a repo on github for this.

 If you want to contribute, you could (a) clone/fork the repo, (b) send
 me your public key that you wish to use with that repo so I can add it,
 or (c) just send patches.



 Best regards,


 Sebastian



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Greg Newman
I could whip up some bash scripts to do this in different flavors Sebastian,
like one for those with git, one for those without.  It just wouldn't work
for windows users; only mac/linux.
On Wed, Jul 29, 2009 at 5:09 AM, Sebastian Rose sebastian_r...@gmx.dewrote:



 Yes, I hear you

 The repo is here:

  http://github.com/SebastianRose/track-org-git/tree/master

 :-)


   Sebastian


 Sebastian Rose sebastian_r...@gmx.de writes:
  Hi all,
 
  I sat down to hack a little on our functions we wrote to compile
  Org-mode without make (see
  http://article.gmane.org/gmane.emacs.orgmode/15264 ff).
 
  I thought it would be nice, to do the whole bunch of actions at once for
  users tracking the development version of Org-mode:
 
 * git
   - clone the repo
   - pull
 
 * Download and unpack org-latest.tar.gz in case no git is installed
   or the user doesn't want to use git to track Org.
 
  Git cloning and pulling is now done as recommended in our FAQ
  (
 http://orgmode.org/worg/org-faq.php#keeping-local-changes-current-with-Org-mode-development
 )
  which is based on Bernt's suggestions, I believe. Optionally, the whole
  thing sets up a local branch for you, that is rebased automatically
  (again, see the FAQ entry for more no this).
 
  What's still missing, is a function to download and unpack
  org-latest.tar.gz, which I will do during the next days. We should add
  that feature for people not willing/being able to install git.
 
 
  I've set up a repo on github for this.
 
  If you want to contribute, you could (a) clone/fork the repo, (b) send
  me your public key that you wish to use with that repo so I can add it,
  or (c) just send patches.
 
 
 
  Best regards,
 
 
  Sebastian
 


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Greg Newman g...@20seven.org writes:
 I could whip up some bash scripts to do this in different flavors Sebastian,
 like one for those with git, one for those without.  It just wouldn't work
 for windows users; only mac/linux.

Thanks Greg, but that what it is intended for: work without any external
dependencies in a portable way.


Best wishes,


   Sebastian


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Greg Newman
I think I understand what you're talking about Sebastian, which what I'd do
is use wget in the bash script for those who don't have and don't want to
install git.

On Wed, Jul 29, 2009 at 8:11 AM, Sebastian Rose sebastian_r...@gmx.dewrote:

 Greg Newman g...@20seven.org writes:
  I could whip up some bash scripts to do this in different flavors
 Sebastian,
  like one for those with git, one for those without.  It just wouldn't
 work
  for windows users; only mac/linux.

 Thanks Greg, but that what it is intended for: work without any external
 dependencies in a portable way.


 Best wishes,


   Sebastian

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Greg Newman g...@20seven.org writes:
 I think I understand what you're talking about Sebastian, which what I'd do
 is use wget in the bash script for those who don't have and don't want to
 install git.

I hope we can do that using arc-mode (since emacs 22.1) or tar-mode.

Maybe I overlooked something - I still hope to find something that works
without buffers. Might be possible to use the executable settings from
one of those modes and call the executable directly.


   Sebastian


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode