emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r258: Use http://orgmode.org/elpa/ as t


From: Bastien Guerry
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r258: Use http://orgmode.org/elpa/ as the directory for the ELPA Org archive
Date: Fri, 28 Sep 2012 10:23:26 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 258
committer: Bastien Guerry <address@hidden>
branch nick: elpa
timestamp: Fri 2012-09-28 10:23:26 +0200
message:
  Use http://orgmode.org/elpa/ as the directory for the ELPA Org archive
modified:
  admin/org-synch.sh
=== modified file 'admin/org-synch.sh'
--- a/admin/org-synch.sh        2011-04-22 03:18:57 +0000
+++ b/admin/org-synch.sh        2012-09-28 08:23:26 +0000
@@ -4,10 +4,10 @@
 
 PATH="/bin:/usr/bin:/usr/local/bin:${PATH}"
 
-pkgname=`curl -s http://orgmode.org/pkg/daily/|perl -ne 'push @f, $1 if 
m/(org-\d{8}\.tar)/; END { @f = sort @f; print "$f[-1]\n"}'`
+pkgname=`curl -s http://orgmode.org/elpa/|perl -ne 'push @f, $1 if 
m/(org-\d{8}\.tar)/; END { @f = sort @f; print "$f[-1]\n"}'`
 
 cd $1
-wget -q http://orgmode.org/pkg/daily/${pkgname} -O ${pkgname}-tmp
+wget -q http://orgmode.org/elpa/${pkgname} -O ${pkgname}-tmp
 if [ -f ${pkgname}-tmp ]; then
     rm -f org*.tar
     mv ${pkgname}-tmp ${pkgname} && \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]