}') &&
export GIT_COMMITTER_DATE=$DATE GIT_AUTHOR_DATE=$DATE &&
+if test -f linux-libre-$rel.check; then
+ echo linux-libre-$rel.check exists, abandoning this release
+ git tag -d incr/v$rel logs/v$rel sources/v$rel |&
+ tee -a linux-libre-$rel.dtags
+ continue
+fi &&
+
while test -f linux-libre-$rel.patck; do
echo please verify linux-libre-$rel.patck and move it away to complete the release
sleep 30
git tag public/$x/v$rel $x/v$rel &&
git tag -d $x/v$rel
fi
-done
+done &&
+
+git worktree remove --force sources/v$rel
done &&
-$success
\ No newline at end of file
+$success
}') &&
export GIT_COMMITTER_DATE=$DATE GIT_AUTHOR_DATE=$DATE &&
+if test -f linux-libre-$rel.check; then
+ success=false
+ git worktree remove logs/v$rel
+ continue
+fi &&
+
plist="patch-$prev0-$rel" &&
if test "$prev0" != "$prevn"; then
plist="$plist patch-$prevn-$rel"
fi &&
git worktree remove logs/v$rel &&
-git worktree remove scripts/v$rel &&
-git worktree remove --force sources/v$rel
+git worktree remove scripts/v$rel
done &&