aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-29 10:24:08 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-29 10:24:08 +0100
commit1eec8595f31faa0c6a122fc6938fa33e6419f718 (patch)
tree0373779ef8df50e0a0bafb55043f75cd6f0bd464
parentia64: fix file path (diff)
downloadreleng-1eec8595.tar.gz
releng-1eec8595.tar.bz2
releng-1eec8595.zip
Add some debug output for hppa netboot
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-hppa.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index 2ad44760..cfe2e9e8 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -47,11 +47,13 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
netboot-hppa32.spec)
- mv netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
+ ls -l netboot-hppa1.1-${TIMESTAMP}/
+ mv -v netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
upload netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
;;
netboot-hppa64.spec)
- mv netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
+ ls -l netboot-hppa2.0-${TIMESTAMP}/
+ mv -v netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
upload netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
;;
installcd-stage2-minimal.spec)