···89# This is an updater for unstable packages that should always use the latest
10# commit.
000011{ url ? null # The git url, if empty it will be set to src.gitRepoUrl
12, branch ? null
13, hardcodeZeroVersion ? false # Use a made-up version "0" instead of latest tag. Use when there is no previous release, or the project's tagging system is incompatible with what we expect from versions
···89# This is an updater for unstable packages that should always use the latest
10# commit.
11+# To use this updater, add the following to your package set:
12+# passthru.updateScript = unstableGitUpdater { };
13+# relevant attributes can be passed as below:
14+15{ url ? null # The git url, if empty it will be set to src.gitRepoUrl
16, branch ? null
17, hardcodeZeroVersion ? false # Use a made-up version "0" instead of latest tag. Use when there is no previous release, or the project's tagging system is incompatible with what we expect from versions