We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4370fa1 commit f836ba8Copy full SHA for f836ba8
generate-stackbrew-library.sh
@@ -9,10 +9,9 @@ aliases=(
9
10
self="$(basename "$BASH_SOURCE")"
11
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
12
-base=buster
+base=debian
13
14
-versions=( */ )
15
-versions=( "${versions[@]%/}" )
+versions=( mainline stable )
16
17
# get the most recent commit which modified any of "$@"
18
fileCommit() {
@@ -69,7 +68,7 @@ for version in "${versions[@]}"; do
69
68
Directory: $version/$base
70
EOE
71
72
- for variant in buster-perl; do
+ for variant in debian-perl; do
73
commit="$(dirCommit "$version/$variant")"
74
75
variantAliases=( "${versionAliases[@]/%/-perl}" )
0 commit comments