unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
@ 2015-12-31 17:09 Stefan Monnier
  2016-01-02  1:09 ` Michael Heerdegen
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Monnier @ 2015-12-31 17:09 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #0: Type: message/rfc822, Size: 7731 bytes --]

From: root@elpa.gnu.org (Cron Daemon)
To: elpa@elpa.gnu.org
Subject: Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
Date: Thu, 31 Dec 2015 05:02:28 -0500
Message-ID: <1451556148.430317.17420.nullmailer@elpa.gnu.org>

+ makelog=
+ pwd
+ buildir=/home/elpa/build
+ announce=no
+ a_email=
+ export LANG=C
+ [ 2 -gt 0 ]
+ announce=yes
+ a_email=gnu-emacs-sources@gnu.org
+ shift
+ shift
+ [ 0 -gt 0 ]
+ cd ../elpa
+ git pull
From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Updating e053cef..ef4a542
Fast-forward
 externals-list                   |    1 +
 packages/async/README.md         |  145 +++++++++++++++++++
 packages/async/async-bytecomp.el |  172 ++++++++++++++++++++++
 packages/async/async-pkg.el      |   12 ++
 packages/async/async-test.el     |  140 ++++++++++++++++++
 packages/async/async.el          |  292 ++++++++++++++++++++++++++++++++++++++
 packages/async/dired-async.el    |  291 +++++++++++++++++++++++++++++++++++++
 packages/async/smtpmail-async.el |   73 ++++++++++
 8 files changed, 1126 insertions(+)
 create mode 100644 packages/async/README.md
 create mode 100644 packages/async/async-bytecomp.el
 create mode 100644 packages/async/async-pkg.el
 create mode 100644 packages/async/async-test.el
 create mode 100644 packages/async/async.el
 create mode 100644 packages/async/dired-async.el
 create mode 100644 packages/async/smtpmail-async.el
+ emacs --batch -l /home/elpa/build/admin/archive-contents.el -f archive-add/remove/update-externals
Loading 00debian-vars...
Running git pull in "/home/elpa/elpa/emacs"
Running git pull in "/home/elpa/elpa/packages/auctex/"
Updated auctex:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/chess/"
Updated chess:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dash/"
Updated dash:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dismal/"
Updated dismal:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/ergoemacs-mode/"
Updated ergoemacs-mode:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/exwm/"
Updated exwm:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Linking files for package: let-alist
  lisp/emacs-lisp/let-alist.el -> let-alist.el
Running git pull in "/home/elpa/elpa/packages/omn-mode/"
Updated omn-mode:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Linking files for package: ntlm
  lisp/net/ntlm.el -> ntlm.el
Running git pull in "/home/elpa/elpa/packages/pabbrev/"
Updated pabbrev:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Linking files for package: python
  lisp/progmodes/python.el -> python.el
Running git pull in "/home/elpa/elpa/packages/rudel/"
Updated rudel:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Linking files for package: soap-client
  lisp/net/soap-client.el -> soap-client.el
  lisp/net/soap-inspect.el -> soap-inspect.el
Running git pull in "/home/elpa/elpa/packages/w3/"
Updated w3:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/xelb/"
Updated xelb:From git://git.sv.gnu.org/emacs/elpa
   e053cef..ef4a542  master     -> origin/master
Already up-to-date.

+ make -f /home/elpa/build/GNUmakefile check_copyrights
Compute exceptions >copyright_exceptions~
diff -u "copyright_exceptions" "copyright_exceptions~"
--- copyright_exceptions	2015-08-31 05:02:05.000000000 -0400
+++ copyright_exceptions~	2015-12-31 05:02:28.000000000 -0500
@@ -15,6 +15,13 @@
 ./ada-mode/gpr-skel.el:  "Example copyright/license skeleton, with automatic year and owner."
 ./ada-mode/gpr-skel.el:  "Insert a file header comment, with automatic copyright year and prompt for copyright owner/license.
 ./ada-mode/gpr-skel.el:  "{copyright_license}\n"
+./async/async-bytecomp.el:;; Copyright (C) 2014 John Wiegley
+./async/async-bytecomp.el:;; Copyright (C) 2014 Thierry Volpiatto
+./async/async-test.el:;; Copyright (C) 2012~2014 John Wiegley
+./async/async.el:;; Copyright (C) 2012~2014 John Wiegley
+./async/dired-async.el:;; Copyright (C) 2012~2014 John Wiegley
+./async/dired-async.el:;; Copyright (C) 2012~2014 Thierry Volpiatto
+./async/smtpmail-async.el:;; Copyright (C) 2012~2014 John Wiegley
 ./auctex/latex.el:   "pounds" "copyright"
 ./auctex/multi-prompt.el
 ./auctex/plain-tex.el:   "copyright"
make: *** [check_copyrights] Error 1
+ signal_error check_copyright failed
+ title=check_copyright failed
+ [  =  ]
+ echo Error: check_copyright failed
Error: check_copyright failed
+ exit 1



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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2015-12-31 17:09 Stefan Monnier
@ 2016-01-02  1:09 ` Michael Heerdegen
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Heerdegen @ 2016-01-02  1:09 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

> + make -f /home/elpa/build/GNUmakefile check_copyrights
> Compute exceptions >copyright_exceptions~
> diff -u "copyright_exceptions" "copyright_exceptions~"
> --- copyright_exceptions	2015-08-31 05:02:05.000000000 -0400
> +++ copyright_exceptions~	2015-12-31 05:02:28.000000000 -0500
> @@ -15,6 +15,13 @@
>  ./ada-mode/gpr-skel.el:  "Example copyright/license skeleton, with automatic year and owner."
>  ./ada-mode/gpr-skel.el:  "Insert a file header comment, with automatic copyright year and prompt for copyright owner/license.
>  ./ada-mode/gpr-skel.el:  "{copyright_license}\n"
> +./async/async-bytecomp.el:;; Copyright (C) 2014 John Wiegley
> +./async/async-bytecomp.el:;; Copyright (C) 2014 Thierry Volpiatto
> +./async/async-test.el:;; Copyright (C) 2012~2014 John Wiegley
> +./async/async.el:;; Copyright (C) 2012~2014 John Wiegley
> +./async/dired-async.el:;; Copyright (C) 2012~2014 John Wiegley
> +./async/dired-async.el:;; Copyright (C) 2012~2014 Thierry Volpiatto
> +./async/smtpmail-async.el:;; Copyright (C) 2012~2014 John Wiegley
>  ./auctex/latex.el:   "pounds" "copyright"
>  ./auctex/multi-prompt.el
>  ./auctex/plain-tex.el:   "copyright"
> make: *** [check_copyrights] Error 1
> + signal_error check_copyright failed
> + title=check_copyright failed
> + [  =  ]
> + echo Error: check_copyright failed
> Error: check_copyright failed
> + exit 1

When I call "make" locally, I get

[...]
Generating autoloads for packages/async/async-autoloads.el
Missing ‘version’ header
GNUmakefile:132: recipe for target 'packages/async/async-autoloads.el' failed
make: *** [packages/async/async-autoloads.el] Error 255

So, is it correct that Gnu Elpa currently can't refresh the package list
because of errors?


Thanks,

Michael.



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

* [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
@ 2016-01-05 12:44 Stefan Monnier
  2016-01-05 19:40 ` John Wiegley
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Monnier @ 2016-01-05 12:44 UTC (permalink / raw)
  To: emacs-devel

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

Could someone fix those problems?


        Stefan



[-- Attachment #2: Type: message/rfc822, Size: 7282 bytes --]

From: root@elpa.gnu.org (Cron Daemon)
To: elpa@elpa.gnu.org
Subject: Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
Date: Tue, 05 Jan 2016 05:02:30 -0500
Message-ID: <1451988150.201146.23916.nullmailer@elpa.gnu.org>

+ makelog=
+ pwd
+ buildir=/home/elpa/build
+ announce=no
+ a_email=
+ export LANG=C
+ [ 2 -gt 0 ]
+ announce=yes
+ a_email=gnu-emacs-sources@gnu.org
+ shift
+ shift
+ [ 0 -gt 0 ]
+ cd ../elpa
+ git pull
From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Updating 4546c74..9611c98
Fast-forward
 packages/gnorb/gnorb-bbdb.el      |   46 ++++---
 packages/gnorb/gnorb-org.el       |   21 ++--
 packages/gnorb/gnorb-registry.el  |    4 +-
 packages/gnorb/gnorb-utils.el     |   39 +++---
 packages/gnorb/gnorb.el           |    2 +-
 packages/gnorb/nngnorb.el         |    2 +-
 packages/multishell/multishell.el |  237 ++++++++++++++++++++-----------------
 7 files changed, 197 insertions(+), 154 deletions(-)
+ emacs --batch -l /home/elpa/build/admin/archive-contents.el -f archive-add/remove/update-externals
Loading 00debian-vars...
Running git pull in "/home/elpa/elpa/emacs"
Running git pull in "/home/elpa/elpa/packages/auctex/"
Updated auctex:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/chess/"
Updated chess:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dash/"
Updated dash:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dismal/"
Updated dismal:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/ergoemacs-mode/"
Updated ergoemacs-mode:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/exwm/"
Updated exwm:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Linking files for package: let-alist
  lisp/emacs-lisp/let-alist.el -> let-alist.el
Running git pull in "/home/elpa/elpa/packages/omn-mode/"
Updated omn-mode:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Linking files for package: ntlm
  lisp/net/ntlm.el -> ntlm.el
Running git pull in "/home/elpa/elpa/packages/pabbrev/"
Updated pabbrev:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Linking files for package: python
  lisp/progmodes/python.el -> python.el
Running git pull in "/home/elpa/elpa/packages/rudel/"
Updated rudel:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Linking files for package: soap-client
  lisp/net/soap-client.el -> soap-client.el
  lisp/net/soap-inspect.el -> soap-inspect.el
Running git pull in "/home/elpa/elpa/packages/w3/"
Updated w3:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/xelb/"
Updated xelb:From git://git.sv.gnu.org/emacs/elpa
   4546c74..9611c98  master     -> origin/master
Already up-to-date.

+ make -f /home/elpa/build/GNUmakefile check_copyrights
Compute exceptions >copyright_exceptions~
diff -u "copyright_exceptions" "copyright_exceptions~"
--- copyright_exceptions	2015-08-31 05:02:05.000000000 -0400
+++ copyright_exceptions~	2016-01-05 05:02:30.000000000 -0500
@@ -15,6 +15,13 @@
 ./ada-mode/gpr-skel.el:  "Example copyright/license skeleton, with automatic year and owner."
 ./ada-mode/gpr-skel.el:  "Insert a file header comment, with automatic copyright year and prompt for copyright owner/license.
 ./ada-mode/gpr-skel.el:  "{copyright_license}\n"
+./async/async-bytecomp.el:;; Copyright (C) 2014 John Wiegley
+./async/async-bytecomp.el:;; Copyright (C) 2014 Thierry Volpiatto
+./async/async-test.el:;; Copyright (C) 2012~2014 John Wiegley
+./async/async.el:;; Copyright (C) 2012~2014 John Wiegley
+./async/dired-async.el:;; Copyright (C) 2012~2014 John Wiegley
+./async/dired-async.el:;; Copyright (C) 2012~2014 Thierry Volpiatto
+./async/smtpmail-async.el:;; Copyright (C) 2012~2014 John Wiegley
 ./auctex/latex.el:   "pounds" "copyright"
 ./auctex/multi-prompt.el
 ./auctex/plain-tex.el:   "copyright"
make: *** [check_copyrights] Error 1
+ signal_error check_copyright failed
+ title=check_copyright failed
+ [  =  ]
+ echo Error: check_copyright failed
Error: check_copyright failed
+ exit 1

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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-01-05 12:44 [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org Stefan Monnier
@ 2016-01-05 19:40 ` John Wiegley
  2016-01-06 19:05   ` Michael Heerdegen
  0 siblings, 1 reply; 11+ messages in thread
From: John Wiegley @ 2016-01-05 19:40 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

>>>>> Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

> Could someone fix those problems?

Sorry, Stefan, will do within the next hour.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2



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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-01-05 19:40 ` John Wiegley
@ 2016-01-06 19:05   ` Michael Heerdegen
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Heerdegen @ 2016-01-06 19:05 UTC (permalink / raw)
  To: emacs-devel

John Wiegley <jwiegley@gmail.com> writes:

> Sorry, Stefan, will do within the next hour.

Thanks, it works again.


Michael.




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

* [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
@ 2016-05-23  2:07 Stefan Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Stefan Monnier @ 2016-05-23  2:07 UTC (permalink / raw)
  To: emacs-devel



+ make -f /home/elpa/build/GNUmakefile check_copyrights
Compute exceptions >copyright_exceptions~
diff -u "copyright_exceptions" "copyright_exceptions~"
--- copyright_exceptions	2016-02-24 05:02:14.077028657 -0500
+++ copyright_exceptions~	2016-05-22 05:02:46.701292279 -0400
@@ -60,6 +60,7 @@
 ./auctex/style/virtex.el
 ./auctex/tex-fold.el:    ("(C)" ("copyright"))
 ./auctex/tex-info.el:   '("copyright" nil)
+./auctex/tex-jp.el:;; Copyright (C) 1999, 2001 Hidenobu Nabetani <nabe@debian.or.jp>
 ./debbugs/debbugs-gnu.el:	  (insert "  Copyright-paperwork-exempt: yes"))
 ./ergoemacs-mode/ergoemacs-advices.el:                         emacs-copyright
 ./ergoemacs-mode/ergoemacs-themes.el:                 ,(lambda () emacs-copyright)
/home/elpa/build/GNUmakefile:15: recipe for target 'check_copyrights' failed
make: *** [check_copyrights] Error 1
+ signal_error check_copyright failed
+ title=check_copyright failed
+ [  =  ]
+ echo Error: check_copyright failed
Error: check_copyright failed
+ exit 1



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

* [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
@ 2016-05-23 23:43 Stefan Monnier
  2016-05-24 16:38 ` Tassilo Horn
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Monnier @ 2016-05-23 23:43 UTC (permalink / raw)
  To: emacs-devel

+ make -f /home/elpa/build/GNUmakefile check_copyrights
Compute exceptions >copyright_exceptions~
diff -u "copyright_exceptions" "copyright_exceptions~"
--- copyright_exceptions	2016-02-24 05:02:14.077028657 -0500
+++ copyright_exceptions~	2016-05-23 17:02:42.949292279 -0400
@@ -60,6 +60,7 @@
 ./auctex/style/virtex.el
 ./auctex/tex-fold.el:    ("(C)" ("copyright"))
 ./auctex/tex-info.el:   '("copyright" nil)
+./auctex/tex-jp.el:;; Copyright (C) 1999, 2001 Hidenobu Nabetani <nabe@debian.or.jp>
 ./debbugs/debbugs-gnu.el:	  (insert "  Copyright-paperwork-exempt: yes"))
 ./ergoemacs-mode/ergoemacs-advices.el:                         emacs-copyright
 ./ergoemacs-mode/ergoemacs-themes.el:                 ,(lambda () emacs-copyright)
/home/elpa/build/GNUmakefile:15: recipe for target 'check_copyrights' failed
make: *** [check_copyrights] Error 1
+ signal_error check_copyright failed
+ title=check_copyright failed
+ [  =  ]
+ echo Error: check_copyright failed
Error: check_copyright failed
+ exit 1



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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-05-23 23:43 Stefan Monnier
@ 2016-05-24 16:38 ` Tassilo Horn
  2016-05-24 18:06   ` Stefan Monnier
  0 siblings, 1 reply; 11+ messages in thread
From: Tassilo Horn @ 2016-05-24 16:38 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: auctex-devel, Hidenobu Nabetani, emacs-devel

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

Hi Stefan,

just now I wondered why GNU AUCTeX 11.89.4 is still not available on
ELPA...

> + make -f /home/elpa/build/GNUmakefile check_copyrights
> Compute exceptions >copyright_exceptions~
> diff -u "copyright_exceptions" "copyright_exceptions~"
> --- copyright_exceptions	2016-02-24 05:02:14.077028657 -0500
> +++ copyright_exceptions~	2016-05-23 17:02:42.949292279 -0400
> @@ -60,6 +60,7 @@
>  ./auctex/style/virtex.el
>  ./auctex/tex-fold.el:    ("(C)" ("copyright"))
>  ./auctex/tex-info.el:   '("copyright" nil)
> +./auctex/tex-jp.el:;; Copyright (C) 1999, 2001 Hidenobu Nabetani <nabe@debian.or.jp>
>  ./debbugs/debbugs-gnu.el:	  (insert "  Copyright-paperwork-exempt: yes"))
>  ./ergoemacs-mode/ergoemacs-advices.el:                         emacs-copyright
>  ./ergoemacs-mode/ergoemacs-themes.el:                 ,(lambda () emacs-copyright)
> /home/elpa/build/GNUmakefile:15: recipe for target 'check_copyrights' failed
> make: *** [check_copyrights] Error 1
> + signal_error check_copyright failed
> + title=check_copyright failed
> + [  =  ]
> + echo Error: check_copyright failed
> Error: check_copyright failed
> + exit 1

Uh, so what do I have to do?  That copyright line is there since
December, 2002 (at least in the auctex repository).  Above that line,
there's also the FSF-Copyright line from 2002 onwards.

Bye,
Tassilo

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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-05-24 16:38 ` Tassilo Horn
@ 2016-05-24 18:06   ` Stefan Monnier
  2016-05-24 18:57     ` Tassilo Horn
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Monnier @ 2016-05-24 18:06 UTC (permalink / raw)
  To: emacs-devel; +Cc: auctex-devel, Hidenobu Nabetani

> Uh, so what do I have to do?  That copyright line is there since
> December, 2002 (at least in the auctex repository).  Above that line,
> there's also the FSF-Copyright line from 2002 onwards.

Looks like the commit below got lost somewhere in a botched merge or something.


        Stefan


commit ca06d68639f6f0d3305c697db8b66b99ac024df6
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date:   Sat Nov 1 21:10:16 2014 -0400

    Revert last commit, because it lacked metadata.

diff --git a/tex-jp.el b/tex-jp.el
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,7 +1,7 @@
 ;;; tex-jp.el --- Support for Japanese TeX.  -*- coding: iso-2022-jp-unix; -*-
 
-;; Copyright (C) 2002-2007, 2012  Free Software Foundation, Inc.
-;; Copyright (C) 1999, 2001 Hidenobu Nabetani <nabe@debian.or.jp>
+;; Copyright (C) 1999, 2001-2007, 2012  Free Software Foundation, Inc.
 
-;; Author:     KOBAYASHI Shinji <koba@flab.fujitsu.co.jp>
+;; Author:     KOBAYASHI Shinji <koba@flab.fujitsu.co.jp>,
+;;             Hidenobu Nabetani <nabe@debian.or.jp>
 ;; Maintainer: Masayuki Ataka <masayuki.ataka@gmail.com>




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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-05-24 18:06   ` Stefan Monnier
@ 2016-05-24 18:57     ` Tassilo Horn
  2016-05-24 22:19       ` Stefan Monnier
  0 siblings, 1 reply; 11+ messages in thread
From: Tassilo Horn @ 2016-05-24 18:57 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: auctex-devel, Hidenobu Nabetani, emacs-devel

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

>> Uh, so what do I have to do?  That copyright line is there since
>> December, 2002 (at least in the auctex repository).  Above that line,
>> there's also the FSF-Copyright line from 2002 onwards.
>
> Looks like the commit below got lost somewhere in a botched merge or
> something.
>
> commit ca06d68639f6f0d3305c697db8b66b99ac024df6
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Date:   Sat Nov 1 21:10:16 2014 -0400
>
>     Revert last commit, because it lacked metadata.
>
> diff --git a/tex-jp.el b/tex-jp.el
> --- a/tex-jp.el
> +++ b/tex-jp.el
> @@ -1,7 +1,7 @@
>  ;;; tex-jp.el --- Support for Japanese TeX.  -*- coding: iso-2022-jp-unix; -*-
>  
> -;; Copyright (C) 2002-2007, 2012  Free Software Foundation, Inc.
> -;; Copyright (C) 1999, 2001 Hidenobu Nabetani <nabe@debian.or.jp>
> +;; Copyright (C) 1999, 2001-2007, 2012  Free Software Foundation, Inc.
>  
> -;; Author:     KOBAYASHI Shinji <koba@flab.fujitsu.co.jp>
> +;; Author:     KOBAYASHI Shinji <koba@flab.fujitsu.co.jp>,
> +;;             Hidenobu Nabetani <nabe@debian.or.jp>
>  ;; Maintainer: Masayuki Ataka <masayuki.ataka@gmail.com>

Ok, I've applied it now on our repo and merged it into elpa, so
hopefully 11.89.4 will appear anytime soon.  Thanks!

Could the ELPA scripts send a mail to the address in <package>.el
instead of (or in addition to) emacs-devel?  Not everyone who has a
package on ELPA follows emacs-devel too closely.

Bye,
Tassilo

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

* Re: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-05-24 18:57     ` Tassilo Horn
@ 2016-05-24 22:19       ` Stefan Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Stefan Monnier @ 2016-05-24 22:19 UTC (permalink / raw)
  To: emacs-devel; +Cc: auctex-devel, Hidenobu Nabetani

> Could the ELPA scripts send a mail to the address in <package>.el
> instead of (or in addition to) emacs-devel?  Not everyone who has a
> package on ELPA follows emacs-devel too closely.

Good point,


        Stefan

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

end of thread, other threads:[~2016-05-24 22:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-05 12:44 [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org Stefan Monnier
2016-01-05 19:40 ` John Wiegley
2016-01-06 19:05   ` Michael Heerdegen
  -- strict thread matches above, loose matches on Subject: below --
2016-05-23 23:43 Stefan Monnier
2016-05-24 16:38 ` Tassilo Horn
2016-05-24 18:06   ` Stefan Monnier
2016-05-24 18:57     ` Tassilo Horn
2016-05-24 22:19       ` Stefan Monnier
2016-05-23  2:07 Stefan Monnier
2015-12-31 17:09 Stefan Monnier
2016-01-02  1:09 ` Michael Heerdegen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).