public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* GitHub Releases naming convention for Linux builds
@ 2019-10-04 20:16 Kolen Cheung
       [not found] ` <be3c23fb-d627-4260-8687-f2ba1cf4b5a3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kolen Cheung @ 2019-10-04 20:16 UTC (permalink / raw)
  To: pandoc-discuss


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

Currently the filename convention for the Linux zip archive 
is pandoc-2.7.3-linux.tar.gz, I suppose it is for amd64 arch? And the deb 
build is pandoc-2.7.3-1-amd64.deb, may be it is better to release them in a 
uniform naming convention as pandoc-2.7.3-linux-amd64.tar.gz, 
pandoc-2.7.3-1-linux-amd64.deb in the future? This is in line with the 
naming convention used in the Windows builds too.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/be3c23fb-d627-4260-8687-f2ba1cf4b5a3%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1109 bytes --]

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

* Re: GitHub Releases naming convention for Linux builds
       [not found] ` <be3c23fb-d627-4260-8687-f2ba1cf4b5a3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-10-05  4:56   ` John MacFarlane
  2019-10-05  4:59   ` John MacFarlane
  1 sibling, 0 replies; 4+ messages in thread
From: John MacFarlane @ 2019-10-05  4:56 UTC (permalink / raw)
  To: Kolen Cheung, pandoc-discuss

Makes sense.  I'll do that.

Kolen Cheung <christian.kolen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Currently the filename convention for the Linux zip archive 
> is pandoc-2.7.3-linux.tar.gz, I suppose it is for amd64 arch? And the deb 
> build is pandoc-2.7.3-1-amd64.deb, may be it is better to release them in a 
> uniform naming convention as pandoc-2.7.3-linux-amd64.tar.gz, 
> pandoc-2.7.3-1-linux-amd64.deb in the future? This is in line with the 
> naming convention used in the Windows builds too.
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/be3c23fb-d627-4260-8687-f2ba1cf4b5a3%40googlegroups.com.


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

* Re: GitHub Releases naming convention for Linux builds
       [not found] ` <be3c23fb-d627-4260-8687-f2ba1cf4b5a3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2019-10-05  4:56   ` John MacFarlane
@ 2019-10-05  4:59   ` John MacFarlane
       [not found]     ` <m2lftzg52r.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2019-10-05  4:59 UTC (permalink / raw)
  To: Kolen Cheung, pandoc-discuss

I think it makes sense to use
pandoc-2.7.3-linux-amd64.tar.gz
but keep
pandoc-2.7.3-1-amd64.deb
since the deb is clearly linux; this is the style of
filename generally used for debs.

Kolen Cheung <christian.kolen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Currently the filename convention for the Linux zip archive 
> is pandoc-2.7.3-linux.tar.gz, I suppose it is for amd64 arch? And the deb 
> build is pandoc-2.7.3-1-amd64.deb, may be it is better to release them in a 
> uniform naming convention as pandoc-2.7.3-linux-amd64.tar.gz, 
> pandoc-2.7.3-1-linux-amd64.deb in the future? This is in line with the 
> naming convention used in the Windows builds too.
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/be3c23fb-d627-4260-8687-f2ba1cf4b5a3%40googlegroups.com.


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

* Windows testing requested
       [not found]     ` <m2lftzg52r.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2019-10-05 16:59       ` John MacFarlane
  0 siblings, 0 replies; 4+ messages in thread
From: John MacFarlane @ 2019-10-05 16:59 UTC (permalink / raw)
  To: Kolen Cheung, pandoc-discuss


I think I've got both 32- and 64-bit builds for windows
working on the new GitHub actions, but I don't have a good setup
to test. Could someone test these MSIs to make sure the i386 one
works on 32-bit windows and the x86_64 one works on 64-bit
windows?

https://github.com/jgm/pandoc/suites/252807651/artifacts/90998

John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> writes:

> I think it makes sense to use
> pandoc-2.7.3-linux-amd64.tar.gz
> but keep
> pandoc-2.7.3-1-amd64.deb
> since the deb is clearly linux; this is the style of
> filename generally used for debs.
>
> Kolen Cheung <christian.kolen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> Currently the filename convention for the Linux zip archive 
>> is pandoc-2.7.3-linux.tar.gz, I suppose it is for amd64 arch? And the deb 
>> build is pandoc-2.7.3-1-amd64.deb, may be it is better to release them in a 
>> uniform naming convention as pandoc-2.7.3-linux-amd64.tar.gz, 
>> pandoc-2.7.3-1-linux-amd64.deb in the future? This is in line with the 
>> naming convention used in the Windows builds too.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/be3c23fb-d627-4260-8687-f2ba1cf4b5a3%40googlegroups.com.


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

end of thread, other threads:[~2019-10-05 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 20:16 GitHub Releases naming convention for Linux builds Kolen Cheung
     [not found] ` <be3c23fb-d627-4260-8687-f2ba1cf4b5a3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-05  4:56   ` John MacFarlane
2019-10-05  4:59   ` John MacFarlane
     [not found]     ` <m2lftzg52r.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2019-10-05 16:59       ` Windows testing requested John MacFarlane

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 NNTP newsgroup(s).