unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: emacs-devel@gnu.org
Subject: [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
Date: Thu, 31 Dec 2015 12:09:40 -0500	[thread overview]
Message-ID: <jwvmvsqbl4i.fsf-monnier+Inbox@gnu.org> (raw)


[-- 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



             reply	other threads:[~2015-12-31 17:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-31 17:09 Stefan Monnier [this message]
2016-01-02  1:09 ` [Cron Daemon] Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org Michael Heerdegen
  -- strict thread matches above, loose matches on Subject: below --
2016-01-05 12:44 Stefan Monnier
2016-01-05 19:40 ` John Wiegley
2016-01-06 19:05   ` Michael Heerdegen
2016-05-23  2:07 Stefan Monnier
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvmvsqbl4i.fsf-monnier+Inbox@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).