Skip to content

Commit

Permalink
GITC-991 Tweaks to the Docker build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Mar 8, 2019
1 parent bce574b commit 4bb6508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/build_el7_docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ TAG="$1"

mkdir -p docker/el7/rpms
cp dist/gibs-gdal-*.el7.*.rpm docker/el7/rpms/
rm -f docker/el7/rpms/gibs-gdal-*.el7.*.src.rpm
rm -f docker/el7/rpms/gibs-gdal-*.src.rpm
rm -f docker/el7/rpms/gibs-gdal-debuginfo-*.rpm

(
set -e
Expand Down
2 changes: 1 addition & 1 deletion bin/build_el7_rpms_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ yum install -y \
wget \
rpmdevtools \
mock \
rsync \
python-pip
mkdir -p /build
Expand All @@ -31,7 +32,6 @@ chown -R root:root /build
)
cp /build/dist/gibs-gdal-*.rpm /dist/
chown "${DOCKER_UID}:${DOCKER_GID}" /dist/gibs-gdal-*.rpm
EOS
chmod +x dist/build_rpms.sh

Expand Down
1 change: 0 additions & 1 deletion deploy/gibs-gdal/gibs-gdal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ BuildRequires: doxygen
BuildRequires: expat-devel
BuildRequires: geos-devel >= 3.3.2
Requires: gcc-c++
Requires: python-devel
Requires: geos >= 3.3.2

%description
Expand Down

0 comments on commit 4bb6508

Please sign in to comment.