ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	"Jan U. Hasecke" <juh+ntg-context@mailbox.org>
Subject: Re: Rolling out a pandoc-context publication workflow in an organization
Date: Fri, 2 Jul 2021 10:42:08 +0200	[thread overview]
Message-ID: <f5346ed8-8ae6-8e49-e60b-6e528da79056@xs4all.nl> (raw)
In-Reply-To: <11549607-75aa-2919-d6b9-b6644efa4481@mailbox.org>

On 7/2/2021 9:38 AM, Jan U. Hasecke wrote:
> 
> Am 02.07.21 um 01:07 schrieb Bruce Horrocks:
>> One option you might try, if your cooperative has a web-server 
>> available to editors, is to store your own ConTeXt repository. That 
>> way you can update the LMTX version when you are ready to.
>>
>> This works because "install.sh" can have a "--server" parameter 
>> supplied. By default it goes to lmtx.pragma-ade.com/install-lmtx but 
>> if you were to copy the install-lmtx directory and host the copy on 
>> your own server at the same path, then you could 'freeze' your LMTX 
>> version until you were ready to change.
> 
> 
> Thanks for this hint.
> 
> This might solve one more problem. We would like to pin the installation 
> to a version that is known too work.
> 
> BTW: Are there plans to use a GitHub repository or an alternative to it? 
> As that would ease pinning a bit.
All uploads end up here too alsk kind of an archive:

official    : https://bitbucket.org/phg/context-mirror/src/beta/
experimental : https://github.com/mojca/context2

The official oen can be checked out, the experimental one is a 
playground because for quite a while Mojca and I have some ideas for a 
more extensive install on github which would then involve:

-- core context code (with luametatex in source tree too: 
tex/texmf-context in the distribution

-- the minimal set of resources: tex/texmf in the distribution

-- binaries (which is the more complex part)

-- modules: texmf/modules

So, basically several repositories alongside (totaling to the amoutn we 
now have in the zips). We then have doif-it-yourself-zips, the garden 
installer, the lmtx self updater and install-from-github as 
alternatives. I have a sort of proof of concept for it. We looked into 
the binary bit and things have changed a bit over the years so maybe 
it's more doable now.

One of the complications is always that it depends on helper programs:

- zips are easy as all systems have it (ok, some linux distributions 
don't install unzip but one can easily add it)

- the garden install needs a matching rsync (we need to ship on for 
windows and sometimes a mismatch will require an update on other 
platforms); it reminds me that we have to swap the cygwin bins by mingw 
bins; anyway. one problem is that organizations block the port

- the lmtx installer needs a (luametatex) binary which is no big deal; 
it uses http and there might be organizations that demand https and ssl 
keeps evolving so in the long run it can fail to update older 
installations (it anyway means that we need to also ship e.g. curl or 
libcurl (the later works ok for us); no big deal but more work)

- a github install demands that git is installed; that itself is a big 
piece of software (a small git binary for windows is already 200 MB due 
to all the dependencies while actually we only need a stupid fetch); the 
gh binary is still 25M but might be a solution, apart from the fact that 
we then expect users to have a recent bin ... will a 5 year old 
installation update?); of course users can also decide to completely do 
it themselves (check out etc) but for a local project-specific run one 
doesn't want all those gigs

So, each approach has pros and cons, and we need to prevent lock into 
some specific technology.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2021-07-02  8:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  6:02 Jan U. Hasecke
2021-07-01  6:44 ` Taco Hoekwater
2021-07-01 11:31   ` Jan U. Hasecke
2021-07-01 12:00     ` Taco Hoekwater
2021-07-01 11:47   ` Aditya Mahajan
2021-07-01 23:07 ` Bruce Horrocks
2021-07-02  7:38   ` Jan U. Hasecke
2021-07-02  8:42     ` Hans Hagen [this message]
2021-07-02  9:56       ` Jan U. Hasecke
2021-07-02 11:17         ` Hans Hagen
2021-07-02 15:35         ` Aditya Mahajan
2021-07-02  7:49 ` denis.maier

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

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

  git send-email \
    --in-reply-to=f5346ed8-8ae6-8e49-e60b-6e528da79056@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=juh+ntg-context@mailbox.org \
    --cc=ntg-context@ntg.nl \
    /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.
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).