* [gentoo-commits] proj/releng:consolidate-upload commit in: tools/
@ 2021-01-31 23:08 Matt Turner
2021-02-01 4:04 ` [gentoo-commits] proj/releng:master " Matt Turner
0 siblings, 1 reply; 3+ messages in thread
From: Matt Turner @ 2021-01-31 23:08 UTC (permalink / raw
To: gentoo-commits
commit: a309ae36ac174b984f4efb20525b0ba8509e91b1
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:06:09 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:06:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a309ae36
tools: Log non-uploaded stages when they finish
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-alpha.conf | 3 +++
tools/catalyst-auto-arm.conf | 3 +++
tools/catalyst-auto-arm64.conf | 3 +++
tools/catalyst-auto-hppa.conf | 3 +++
tools/catalyst-auto-ia64.conf | 3 +++
tools/catalyst-auto-ppc.conf | 3 +++
tools/catalyst-auto-ppc64le.conf | 3 +++
tools/catalyst-auto-qemu-arm.conf | 3 +++
tools/catalyst-auto-qemu-riscv.conf | 3 +++
tools/catalyst-auto-s390.conf | 3 +++
tools/catalyst-auto-s390x.conf | 3 +++
tools/catalyst-auto-sparc64.conf | 3 +++
12 files changed, 36 insertions(+)
diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index f755c9b5..6f52056d 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -45,6 +45,9 @@ post_build() {
stage3.spec)
upload stage3-*${TIMESTAMP}*.bz2*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 49495a2c..a323f33d 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -96,6 +96,9 @@ post_build() {
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 5346153f..518fa972 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -40,6 +40,9 @@ post_build() {
systemd-stage3.spec)
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index 8ad8f767..d666addf 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -57,6 +57,9 @@ post_build() {
hppa2.0/stage3.spec)
upload stage3-hppa2.0-*${TIMESTAMP}*.bz2*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 009d5fd9..054f28db 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -39,6 +39,9 @@ post_build() {
stage3.spec)
upload stage3-*${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 3a81822e..dd9904dd 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -48,6 +48,9 @@ post_build() {
ppc64/stage3.spec)
upload stage3-ppc64-*${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index a93975ca..2803268d 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -52,6 +52,9 @@ post_build() {
musl-hardened-stage3*.spec)
upload musl-hardened/stage3-ppc64le-musl-hardened-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf
index e30178dc..efac2eb8 100644
--- a/tools/catalyst-auto-qemu-arm.conf
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -97,6 +97,9 @@ post_build() {
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
index e809b598..261d6db4 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -51,6 +51,9 @@ post_build() {
stage3*lp64*.spec)
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf
index 15b5382b..3b8475ba 100644
--- a/tools/catalyst-auto-s390.conf
+++ b/tools/catalyst-auto-s390.conf
@@ -41,6 +41,9 @@ post_build() {
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf
index 5a351358..b29d352f 100644
--- a/tools/catalyst-auto-s390x.conf
+++ b/tools/catalyst-auto-s390x.conf
@@ -41,6 +41,9 @@ post_build() {
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 668971db..0c39a845 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -50,6 +50,9 @@ post_build() {
sparc64/systemd-stage3.spec)
upload stage3-sparc64-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/releng:master commit in: tools/
2021-01-31 23:08 [gentoo-commits] proj/releng:consolidate-upload commit in: tools/ Matt Turner
@ 2021-02-01 4:04 ` Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2021-02-01 4:04 UTC (permalink / raw
To: gentoo-commits
commit: a309ae36ac174b984f4efb20525b0ba8509e91b1
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:06:09 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:06:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a309ae36
tools: Log non-uploaded stages when they finish
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-alpha.conf | 3 +++
tools/catalyst-auto-arm.conf | 3 +++
tools/catalyst-auto-arm64.conf | 3 +++
tools/catalyst-auto-hppa.conf | 3 +++
tools/catalyst-auto-ia64.conf | 3 +++
tools/catalyst-auto-ppc.conf | 3 +++
tools/catalyst-auto-ppc64le.conf | 3 +++
tools/catalyst-auto-qemu-arm.conf | 3 +++
tools/catalyst-auto-qemu-riscv.conf | 3 +++
tools/catalyst-auto-s390.conf | 3 +++
tools/catalyst-auto-s390x.conf | 3 +++
tools/catalyst-auto-sparc64.conf | 3 +++
12 files changed, 36 insertions(+)
diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index f755c9b5..6f52056d 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -45,6 +45,9 @@ post_build() {
stage3.spec)
upload stage3-*${TIMESTAMP}*.bz2*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 49495a2c..a323f33d 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -96,6 +96,9 @@ post_build() {
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 5346153f..518fa972 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -40,6 +40,9 @@ post_build() {
systemd-stage3.spec)
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index 8ad8f767..d666addf 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -57,6 +57,9 @@ post_build() {
hppa2.0/stage3.spec)
upload stage3-hppa2.0-*${TIMESTAMP}*.bz2*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 009d5fd9..054f28db 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -39,6 +39,9 @@ post_build() {
stage3.spec)
upload stage3-*${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 3a81822e..dd9904dd 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -48,6 +48,9 @@ post_build() {
ppc64/stage3.spec)
upload stage3-ppc64-*${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index a93975ca..2803268d 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -52,6 +52,9 @@ post_build() {
musl-hardened-stage3*.spec)
upload musl-hardened/stage3-ppc64le-musl-hardened-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf
index e30178dc..efac2eb8 100644
--- a/tools/catalyst-auto-qemu-arm.conf
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -97,6 +97,9 @@ post_build() {
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
index e809b598..261d6db4 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -51,6 +51,9 @@ post_build() {
stage3*lp64*.spec)
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf
index 15b5382b..3b8475ba 100644
--- a/tools/catalyst-auto-s390.conf
+++ b/tools/catalyst-auto-s390.conf
@@ -41,6 +41,9 @@ post_build() {
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf
index 5a351358..b29d352f 100644
--- a/tools/catalyst-auto-s390x.conf
+++ b/tools/catalyst-auto-s390x.conf
@@ -41,6 +41,9 @@ post_build() {
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 668971db..0c39a845 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -50,6 +50,9 @@ post_build() {
sparc64/systemd-stage3.spec)
upload stage3-sparc64-systemd-${TIMESTAMP}*.xz*
;;
+ *)
+ echo "Finished ${spec}"
+ ;;
esac
popd >/dev/null
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/releng:master commit in: tools/
@ 2021-02-01 4:04 Matt Turner
2021-01-31 23:08 ` [gentoo-commits] proj/releng:consolidate-upload " Matt Turner
0 siblings, 1 reply; 3+ messages in thread
From: Matt Turner @ 2021-02-01 4:04 UTC (permalink / raw
To: gentoo-commits
commit: 22d3877eb4a7d7e7eb5c89269ae3bca660125df2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:00:32 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:00:32 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=22d3877e
tools: Correct ARM stage names
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-arm.conf | 8 ++++----
tools/catalyst-auto-qemu-arm.conf | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 829ff4c5..49495a2c 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -79,10 +79,10 @@ post_build() {
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
- upload stage3-armv6j-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
- upload stage3-armv6j-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3.spec)
upload stage3-armv7a-${TIMESTAMP}*.xz*
@@ -91,10 +91,10 @@ post_build() {
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat.spec)
- upload stage3-armv7a-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat-systemd.spec)
- upload stage3-armv7a-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
esac
diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf
index 0e2d7826..e30178dc 100644
--- a/tools/catalyst-auto-qemu-arm.conf
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -80,10 +80,10 @@ post_build() {
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
- upload stage3-armv6j-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
- upload stage3-armv6j-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3.spec)
upload stage3-armv7a-${TIMESTAMP}*.xz*
@@ -92,10 +92,10 @@ post_build() {
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat.spec)
- upload stage3-armv7a-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat-systemd.spec)
- upload stage3-armv7a-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
esac
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/releng:consolidate-upload commit in: tools/
2021-02-01 4:04 Matt Turner
@ 2021-01-31 23:08 ` Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2021-01-31 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 22d3877eb4a7d7e7eb5c89269ae3bca660125df2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:00:32 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:00:32 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=22d3877e
tools: Correct ARM stage names
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-arm.conf | 8 ++++----
tools/catalyst-auto-qemu-arm.conf | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 829ff4c5..49495a2c 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -79,10 +79,10 @@ post_build() {
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
- upload stage3-armv6j-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
- upload stage3-armv6j-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3.spec)
upload stage3-armv7a-${TIMESTAMP}*.xz*
@@ -91,10 +91,10 @@ post_build() {
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat.spec)
- upload stage3-armv7a-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat-systemd.spec)
- upload stage3-armv7a-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
esac
diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf
index 0e2d7826..e30178dc 100644
--- a/tools/catalyst-auto-qemu-arm.conf
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -80,10 +80,10 @@ post_build() {
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
- upload stage3-armv6j-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
- upload stage3-armv6j-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3.spec)
upload stage3-armv7a-${TIMESTAMP}*.xz*
@@ -92,10 +92,10 @@ post_build() {
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat.spec)
- upload stage3-armv7a-hardfloat-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat-systemd.spec)
- upload stage3-armv7a-hardfloat-systemd-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
esac
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-01 4:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-31 23:08 [gentoo-commits] proj/releng:consolidate-upload commit in: tools/ Matt Turner
2021-02-01 4:04 ` [gentoo-commits] proj/releng:master " Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2021-02-01 4:04 Matt Turner
2021-01-31 23:08 ` [gentoo-commits] proj/releng:consolidate-upload " Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox