------------------------------------------------------------ revno: 258 committer: Bastien Guerry <b...@gnu.org> 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} && \