[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins.
From: |
Maxime Devos |
Subject: |
[bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins. |
Date: |
Thu, 06 Jan 2022 11:32:00 +0100 |
User-agent: |
Evolution 3.38.3-1 |
Ludovic Courtès schreef op do 06-01-2022 om 11:13 [+0100]:
> That #:serializer would have a default value, probably “none”, but no
> “auto-detection” as this amount of guessing would make for a fragile
> interface IMO.
The auto-detection could be put into a separate procedure
(define (guess-nar-or-none-serializer file) ; to be renamed
(if directory?
'nar
'none))
so that 'file-hash*' is not fragile, but auto-detection can still
happen if explicitely asked for:
(file-hash* file #:serializer (guess-nar-or-serializer file))
WDYT?
signature.asc
Description: This is a digitally signed message part
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., (continued)
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., Maxime Devos, 2022/01/05
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., zimoun, 2022/01/05
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., Maxime Devos, 2022/01/05
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., zimoun, 2022/01/05
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., Maxime Devos, 2022/01/05
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., Ludovic Courtès, 2022/01/06
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins.,
Maxime Devos <=
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., zimoun, 2022/01/06
- [bug#50072] [PATCH WIP 0/4] Add upstream updater for git-fetch origins., Maxime Devos, 2022/01/05
[bug#50072] [PATCH v4 3/4] refresh: Support non-tarball sources., Maxime Devos, 2022/01/04
[bug#50072] [PATCH v4 4/4] upstream: Support updating and fetching 'git-fetch' origins., Maxime Devos, 2022/01/04