debian-installer-utils (1.147)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.148 > 1.147
- Git: https://salsa.debian.org/installer-team/debian-installer-utils.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 5464064
- Browser: https://salsa.debian.org/installer-team/debian-installer-utils
- Last scan: 2023-09-25 23:49:27+00
- Next scan: 2023-10-01 09:18:00+00
- Merge requests: 1
- CI pipeline status: failed
- Debian changelog in Git:
debian-installer-utils (1.148) UNRELEASED; urgency=medium
* fetch-url: when $dest == "", attempt the fetch, but discard the result
-- Philip Hands <phil@hands.com> Mon, 18 Sep 2023 16:36:25 +0200
- This branch is 10 commits ahead of tag 1.147
- Git log:
commit 6ec044f1a506209ea54dbb11a4ed946cf11325db
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 17:23:31 2023 +0200
changelog: trim boring details
commit 1b7935ae9e0466c897f49d3b314b331167477cb4
Merge: eecdae8 9884ece
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 15:03:05 2023 +0000
Merge branch 'fetch-url-empty-dest' into 'master'
fetch-url: do a test fetch when dest == ""
See merge request installer-team/debian-installer-utils!7
commit 9884ece100cdccb164f7dd2e4737a19521c8b52a
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 16:38:15 2023 +0200
changelog
commit 5af86b7d7328ddba0651ee142a2e52e716d0ca1e
Author: Philip Hands <phil@hands.com>
Date: Tue Apr 25 08:34:39 2023 +0200
fetch-url: do a test fetch when dest == ""
It is sometimes useful to be able to check if a file is available, without
being interested in the contents of the file at that point.
commit eecdae8efa2e6eb5e6d566b6d101126a2f473cb8
Merge: 927f14c 12ff991
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 14:46:44 2023 +0000
Merge branch 'fetch-url-debris-trap' into 'master'
fetch-url: on failure, ensure debris is discarded
See merge request installer-team/debian-installer-utils!6
commit 12ff99105fc9f5d82b150f2a576dfa696d8660b8
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 16:32:22 2023 +0200
changelog
commit 93ee6e98adf139bea54361cb4c890988563225c3
Author: Philip Hands <phil@hands.com>
Date: Fri Mar 31 15:04:34 2023 +0200
fetch-url: on failure, ensure debris is discarded
commit 927f14c26f4fa72265796e0a5d154524c4ccbbd7
Merge: 76e752b 22aef41
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 14:19:50 2023 +0000
Merge branch 'http-method-RET-check' into 'master'
fetch-url-methods/http: db_get needed a $RET test
See merge request installer-team/debian-installer-utils!5
commit 22aef41f1fb45fe7f33eb062f310b12f9b17eb31
Author: Philip Hands <phil@hands.com>
Date: Mon Sep 18 15:55:24 2023 +0200
changelog
commit 301cfc691a4d5caabaa9fa95f57b7444467b784d
Author: Philip Hands <phil@hands.com>
Date: Tue Apr 25 08:28:50 2023 +0200
fetch-url-methods/http: db_get needed a $RET test
Looking at the rest of the codebase, these returns are always either
immediately checked as here, or checked in an if statement immediately
afterwards, so this one should be too.