]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 23 Dec 2024 14:53:50 +0000 (14:53 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2024 14:53:50 +0000 (14:53 +0000)
RELEASENOTES-DEVELOPMENT.md

index 9435bdd231bb4e118e07142e232fd6da4907de26..08751762fa9d9ffca153180967906b43cba4345e 100644 (file)
@@ -5,7 +5,7 @@ Version 4.3.6-dev-9-gf7401ec7
 Improve the Dockerfile build sequences as follows:
 1. Build each dependency in a separate stage, facilitating parallel builds.
 2. Define default value for ARGS, permitting easier local docker builds.
-3. Clone the specified branch only (depth), getting data faster.
+3. Clone the specified branch only, and to a depth of 1, thus getting relevant data faster.
 4. Copy files in a one-off command, reducing the amount of Docker layers created.
 
 Many thanks to [David GirĂ³n](https://github.com/duhow) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1945).