[library-web/oscp] Fix release-notes tarball location
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web/oscp] Fix release-notes tarball location
- Date: Mon, 15 Jun 2020 15:03:06 +0000 (UTC)
commit 0b9ccba631397a2485223b0298ad8890ede1ea32
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jun 15 16:57:34 2020 +0200
Fix release-notes tarball location
lgo/release-notes-gen | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lgo/release-notes-gen b/lgo/release-notes-gen
index e297b2d..4cd891a 100755
--- a/lgo/release-notes-gen
+++ b/lgo/release-notes-gen
@@ -42,8 +42,8 @@ for branch in ${branches[@]}; do
done
popd
- pushd /data/cache
- rm -f "${TGZ}"
+ pushd /data/extra-tarballs
+ rm -f "${TGZ}" /data/cache/release-notes-${VERSION}.tar.gz
tar czf "${TGZ}" --exclude=".svn" --exclude=".git" "release-notes-${VERSION}"
popd
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]