test-bugzilla-files/commands.sh |    1 +
 test-bugzilla-files/zip.sh      |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f75804e1a6bbb1ff08f1e7fbb8f5cf6c020d9e49
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Mon Oct 10 22:01:15 2022 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Oct 11 10:04:29 2022 +0200

    Use SRCDIR in zip.sh instead of hardcoded source directory
    
    Change-Id: I4d000e4d6202012c54a71b7f15eca94816f27fab
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/141171
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh
index b57e0bb..5a45699 100755
--- a/test-bugzilla-files/zip.sh
+++ b/test-bugzilla-files/zip.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-cd ~/source/libo-core/
+cd "$SRCDIR"
 SHA=`git rev-parse HEAD`
 echo $SHA
 cd /srv/crashtestdata/
commit b9658431ddbd8dbb99db59f3202af7255042f2e8
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Mon Oct 10 21:59:00 2022 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Oct 11 10:04:16 2022 +0200

    Create $BUILDDIR always, in case a new name is configured
    
    Change-Id: Ifcb0c83f20e2aa07e9811b3141ad9dd9027b9bbc
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/141170
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index c593a16..c1076cc 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -6,6 +6,7 @@ rm tmpdir/* -r
 rm current/* -r
 rm control/* -r
 rm console_*
+mkdir -p "$BUILDDIR"
 cd "$BUILDDIR"
 if [ -z "$CRASHTEST_READONLY_CORE" ]; then
     make clean

Reply via email to