emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-fossil to non-gnu elpa?


From: Alfred M. Szmidt
Subject: Re: vc-fossil to non-gnu elpa?
Date: Tue, 28 Sep 2021 10:21:01 -0400

   > The error message is strange, and I don't understand it.
   > Any idea what is going on?

   Looks like a bug in `elpa-admin.el` in how it extracts the commit date
   to generate the <release>.0.<date>.<time> version number used for
   GNU-devel.

Seems like non-portable date usage, OpenBSD date doesn't have the -d
switch -- this should probobly have some error maybe?

  call-process git ("show" "--pretty=format:%cI" "--no-patch")
  call-process date ("-d" "2021-09-28T09:18:26+02:00" "+%Y%m%d.%H%M%S")
  Building tarball archive-devel/vc-fossil-20210928.0...tar...



reply via email to

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