diff --git a/build/awips-ade/docker_build.sh b/build/awips-ade/docker_build.sh index 93a84e54e4..de16f36779 100755 --- a/build/awips-ade/docker_build.sh +++ b/build/awips-ade/docker_build.sh @@ -5,12 +5,12 @@ if [ -z "$1" ]; then fi os_version=$1 -existing=$(sudo docker images |grep awips-ade | awk '{ print $3 }'|uniq) +existing=$(sudo docker images |grep awips-ade | grep $1 | awk '{ print $3 }') if [ ! -z "$existing" ]; then sudo docker rmi $existing fi pushd /awips2/repo/awips2-builds/build/awips-ade sudo docker build -t unidata/awips-ade -f Dockerfile.awips-ade.${os_version} . -dockerID=$(sudo docker ps | grep awips-ade | awk '{print $1}' | head -1 ) +dockerID=$(sudo docker images | grep awips-ade | awk '{print $3}' | head -1 ) sudo docker tag $dockerID unidata/awips-ade:17.1.1-${os_version} sudo docker push unidata/awips-ade diff --git a/build/comps.xml b/build/comps.xml index 19bcb855e2..59ee4cb759 100644 --- a/build/comps.xml +++ b/build/comps.xml @@ -11,6 +11,7 @@ awips2-eclipse awips2-ant awips2-groovy + awips2-ldm awips2-python awips2-python-cython awips2-python-dateutil @@ -99,7 +100,6 @@ awips2-python-pytz awips2-python-qpid awips2-python-scientific - awips2-python-setuptools awips2-python-shapely awips2-python-six awips2-python-tables @@ -155,7 +155,6 @@ awips2-python-pytz awips2-python-qpid awips2-python-scientific - awips2-python-setuptools awips2-python-shapely awips2-python-six awips2-python-tables @@ -214,7 +213,6 @@ awips2-python-pytz awips2-python-qpid awips2-python-scientific - awips2-python-setuptools awips2-python-shapely awips2-python-six awips2-python-tables @@ -249,7 +247,6 @@ awips2-python-pyparsing awips2-python-pytz awips2-python-scientific - awips2-python-setuptools awips2-python-shapely awips2-python-six awips2-python-tables diff --git a/build/package_deps.txt b/build/package_deps.txt deleted file mode 100644 index 9a170b8f4a..0000000000 --- a/build/package_deps.txt +++ /dev/null @@ -1,67 +0,0 @@ -# All BuildRequires -# httpd-pypies autoconf -# httpd-pypies findutils -# httpd-pypies libselinux-devel -# httpd-pypies libuuid-devel -# httpd-pypies libxml2-devel -# httpd-pypies lua-devel -# httpd-pypies openldap-devel -# httpd-pypies openssl-devel -# httpd-pypies pcre-devel -# httpd-pypies perl -# httpd-pypies pkgconfig -# httpd-pypies zlib-devel -# postgresql openssl-devel -# qpid-lib boost-devel -# qpid-lib cmake -# qpid-lib libuuid-devel -# qpid-lib make -# qpid-lib ruby -# python tk-devel -# python tcl-devel -# python libgfortran -# numpy atlas-devel -# numpy compat-libf2c-34 -# numpy libgfortran -# h5py awips2-python-numpy -# h5py awips2-python-cython -# scientific netcdf -# shapely geos -# matplotlib libpng -# matplotlib freetype -# notification libuuid-devel - -# All Requires -# cave openmotif -# cave libMrm.so.4()(64bit) -# cave libXp.so.6()(64bit) -# cave libg2c.so.0()(64bit) -# common-base netcdf -# common-base netcdf-devel -# database libpng -# database netcdf -# database netcdf-devel -# gfesuite numpy -# notification boost >= 1.33.1 -# awips wget -# awips unzip -# awips bc -# ldm pax -# ldm gcc -# ldm libxml2-devel -# ldm boost-devel -# ldm libtool -# ldm libpng-devel -# h5py libz.so.1 -# httpd-pypies initscripts >= 8.36, /etc/mime.types -# httpd-pypies pkgconfig, libtool -# jep atlas -# matplotlib libpng, freetype -# numpy compat-libf2c-34(x86-64) >= 3.4.6-19.el6 -# numpy libgfortran(x86-64) >= 4.4.7-3.el6 -# postgresql openssl >= 1.0.1e -# postgresql netcdf, geos -# qpid-java log4j >= 1.2.12 -# scientific netcdf -# qpid-lib libstdc++ - diff --git a/cave/build/p2-build.xml b/cave/build/p2-build.xml index e3ae683ccd..42264c8fe2 100644 --- a/cave/build/p2-build.xml +++ b/cave/build/p2-build.xml @@ -220,9 +220,6 @@ - - -