Skip to content

Commit aaec22c

Browse files
committed
is it the new command
1 parent 0d2740e commit aaec22c

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: ncipollo/release-action@v1
8383
with:
8484
artifacts: "bkg/*.zst"
85-
bodyFile: "CHANGELOG.md"
85+
bodyFile: "bkg/CHANGELOG.md"
8686
tag: "v${{ steps.date.outputs.tag }}"
8787
commit: "master"
8888
allowUpdates: true

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: ncipollo/release-action@v1
7575
with:
7676
artifacts: "bkg/*.zst"
77-
bodyFile: "CHANGELOG.md"
77+
bodyFile: "bkg/CHANGELOG.md"
7878
tag: "v${{ steps.date.outputs.tag }}"
7979
commit: "master"
8080
allowUpdates: true

src/bkg.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@ main() {
141141
mv "$connections".bak "$connections"
142142

143143
echo "$(
144-
if pushd "$BKG_INDEX_DIR" >/dev/null 2>&1; then
145-
git ls-tree -r --name-only "$BKG_INDEX" ./ \
146-
| xargs -r -I filename git log -1 --format='%cs filename' filename \
147-
| awk -v cutoff="$(get_BKG BKG_BATCH_FIRST_STARTED)" 'cutoff != "" && $1 < cutoff {print}' \
148-
| sort | grep -oP '(?<= )[^/]+(?=/)' | uniq | awk '{print "0/"$1}'
149-
popd >/dev/null 2>&1 || return
150-
fi
151-
152144
cat "$BKG_OWNERS"
153145
)" >"$BKG_OWNERS"
154146

0 commit comments

Comments
 (0)