From 8aa2a6c81078066a7b17dd6889417b9cbad573ba Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 5 Dec 2020 01:49:25 -0500 Subject: [PATCH 1/5] Debug docs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78efa02..8f041ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,7 @@ jobs: run: | os=${DOCKER_IMAGE%%:*} # convert "fedora:32" to fedora bash install-gmt-${os}.sh + ls -lrh /usr/share/doc/gmt/* env: DOCKER_IMAGE: ${{ matrix.image }} From b29765d867f0dbdae02287f75250b852f4e99b5f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 5 Dec 2020 01:55:03 -0500 Subject: [PATCH 2/5] Fix --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f041ef..aaceea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,9 @@ jobs: run: | os=${DOCKER_IMAGE%%:*} # convert "fedora:32" to fedora bash install-gmt-${os}.sh - ls -lrh /usr/share/doc/gmt/* + which gmt + ls /usr/bin/gmt + ls -lrh /usr/share/doc/* env: DOCKER_IMAGE: ${{ matrix.image }} From 04b151d830566cf7fde804763f4e987d1d419951 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 5 Dec 2020 02:12:08 -0500 Subject: [PATCH 3/5] fix --- .github/workflows/ci.yml | 1 + install-gmt-fedora.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaceea1..9a16f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,7 @@ jobs: which gmt ls /usr/bin/gmt ls -lrh /usr/share/doc/* + ls -lrh /usr/share/gmt/* env: DOCKER_IMAGE: ${{ matrix.image }} diff --git a/install-gmt-fedora.sh b/install-gmt-fedora.sh index 2eda2b7..2d3ac95 100755 --- a/install-gmt-fedora.sh +++ b/install-gmt-fedora.sh @@ -7,7 +7,7 @@ set -x -e dnf -yq install dnf-plugins-core dnf -yq copr enable genericmappingtools/gmt -dnf -yq install gmt +dnf -y install gmt dnf -yq install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm dnf -yq install GraphicsMagick ffmpeg gdal From da55f565f8e528709f32c0245413087790ecf448 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 6 Dec 2020 01:51:21 -0500 Subject: [PATCH 4/5] Fix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a16f9c..ef54a4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,8 @@ jobs: ls /usr/bin/gmt ls -lrh /usr/share/doc/* ls -lrh /usr/share/gmt/* + updatedb + locate gmt env: DOCKER_IMAGE: ${{ matrix.image }} From 7eefd940d7111c23a9c0f09b80cf325059a97317 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 6 Dec 2020 14:43:53 -0500 Subject: [PATCH 5/5] Verbose --- .github/workflows/ci.yml | 2 -- install-gmt-fedora.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef54a4a..9a16f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,8 +109,6 @@ jobs: ls /usr/bin/gmt ls -lrh /usr/share/doc/* ls -lrh /usr/share/gmt/* - updatedb - locate gmt env: DOCKER_IMAGE: ${{ matrix.image }} diff --git a/install-gmt-fedora.sh b/install-gmt-fedora.sh index 2d3ac95..ad0a4c4 100755 --- a/install-gmt-fedora.sh +++ b/install-gmt-fedora.sh @@ -7,7 +7,7 @@ set -x -e dnf -yq install dnf-plugins-core dnf -yq copr enable genericmappingtools/gmt -dnf -y install gmt +dnf -y --verbose install gmt dnf -yq install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm dnf -yq install GraphicsMagick ffmpeg gdal