all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
@ 2016-06-30 21:02 Cron Daemon
  2016-07-01  9:57 ` Nicolas Richard
  0 siblings, 1 reply; 4+ messages in thread
From: Cron Daemon @ 2016-06-30 21:02 UTC (permalink / raw
  To: elpa

+ 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
Already up-to-date.
+ 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/"
Updated /home/elpa/elpa/emacs:
From git://git.sv.gnu.org/emacs
   fd6a133..455700d  master     -> origin/master
   68fc964..f981b31  emacs-25   -> origin/emacs-25
Updating fd6a133..455700d
Fast-forward
 lisp/progmodes/cc-engine.el | 39 +++++++++++++++++++++++++++++++--------
 1 file changed, 31 insertions(+), 8 deletions(-)

Running git pull in "/home/elpa/elpa/packages/auctex/"
Updated auctex:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/chess/"
Updated chess:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dash/"
Updated dash:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dismal/"
Updated dismal:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/ergoemacs-mode/"
Updated ergoemacs-mode:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/exwm/"
Updated exwm:
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:
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:
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:
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:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/xelb/"
Updated xelb:
Already up-to-date.

+ 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-06-30 17:02:21.553292279 -0400
@@ -60,6 +60,7 @@
 ./auctex/style/virtex.el
 ./auctex/tex-fold.el:    ("(C)" ("copyright"))
 ./auctex/tex-info.el:   '("copyright" nil)
+./compact-docstrings/etc/screenshot.el
 ./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] 4+ messages in thread

* Re: Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-06-30 21:02 Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org Cron Daemon
@ 2016-07-01  9:57 ` Nicolas Richard
  2016-07-01 12:45   ` Clément Pit--Claudel
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Richard @ 2016-07-01  9:57 UTC (permalink / raw
  To: emacs-devel

root@elpa.gnu.org (Cron Daemon) writes:
> + 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-06-30 17:02:21.553292279 -0400
> @@ -60,6 +60,7 @@
>  ./auctex/style/virtex.el
>  ./auctex/tex-fold.el:    ("(C)" ("copyright"))
>  ./auctex/tex-info.el:   '("copyright" nil)
> +./compact-docstrings/etc/screenshot.el
>  ./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

Just in case someone else tries to reproduce and fails to do so, like I
just did: I think this has been fixed by

> commit 421e26058a6b7131f144bce96c6b0ac902a2b420
> Author: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date:   Thu Jun 30 20:56:18 2016 -0400

>     Add copyright to screenshot.el

-- 
Nicolas




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

* Re: Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
  2016-07-01  9:57 ` Nicolas Richard
@ 2016-07-01 12:45   ` Clément Pit--Claudel
  0 siblings, 0 replies; 4+ messages in thread
From: Clément Pit--Claudel @ 2016-07-01 12:45 UTC (permalink / raw
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 404 bytes --]

On 2016-07-01 05:57, Nicolas Richard wrote:
> Just in case someone else tries to reproduce and fails to do so, like I
> just did: I think this has been fixed by
> 
>> > commit 421e26058a6b7131f144bce96c6b0ac902a2b420
>> > Author: Clément Pit--Claudel <clement.pitclaudel@live.com>
>> > Date:   Thu Jun 30 20:56:18 2016 -0400
>> >     Add copyright to screenshot.el

Yup, sorry about this :/


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org
@ 2016-10-16  9:02 Cron Daemon
  0 siblings, 0 replies; 4+ messages in thread
From: Cron Daemon @ 2016-10-16  9:02 UTC (permalink / raw
  To: elpa

+ 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
Already up-to-date.
+ 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/"
Updated /home/elpa/elpa/emacs:
From git://git.sv.gnu.org/emacs
   cf566b4..f9cbe8e  master     -> origin/master
Updating cf566b4..f9cbe8e
Fast-forward
 lisp/desktop.el  | 16 +++++++++++++++-
 lisp/midnight.el | 32 ++++++++++++++------------------
 2 files changed, 29 insertions(+), 19 deletions(-)

Running git pull in "/home/elpa/elpa/packages/auctex/"
Updated auctex:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/chess/"
Updated chess:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dash/"
Updated dash:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/dismal/"
Updated dismal:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/ergoemacs-mode/"
Updated ergoemacs-mode:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/exwm/"
Updated exwm:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/hyperbole/"
Updated hyperbole:
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:
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:
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:
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:
Already up-to-date.

Running git pull in "/home/elpa/elpa/packages/xelb/"
Updated xelb:
Already up-to-date.

+ make -f /home/elpa/build/GNUmakefile check_copyrights
Compute exceptions >copyright_exceptions~
diff -u "copyright_exceptions" "copyright_exceptions~"
--- copyright_exceptions	2016-07-27 11:02:22.865292279 -0400
+++ copyright_exceptions~	2016-10-16 05:02:19.541292279 -0400
@@ -27,6 +27,7 @@
 ./auctex/style/amstext.el
 ./auctex/style/article.el
 ./auctex/style/beamer.el
+./auctex/style/bidi.el
 ./auctex/style/bidibeamer.el
 ./auctex/style/book.el
 ./auctex/style/czech.el
/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] 4+ messages in thread

end of thread, other threads:[~2016-10-16  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 21:02 Cron <elpa@elpa> cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sources@gnu.org Cron Daemon
2016-07-01  9:57 ` Nicolas Richard
2016-07-01 12:45   ` Clément Pit--Claudel
  -- strict thread matches above, loose matches on Subject: below --
2016-10-16  9:02 Cron Daemon

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.