From e4ec75a42558a37e817ab8142ab651a70630f442eaf3acd989285e6c473d14b5 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Tue, 21 Aug 2018 18:56:08 +0000 Subject: [PATCH] Offline generation of 4.6.1534873283.be929573 4.6.1534873283.be929573 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=118 --- Dockerfile | 7 +--- _service | 1 - entrypoint.sh | 46 -------------------------- openQA-4.6.1533914931.14b73490.obscpio | 3 -- openQA-4.6.1534873283.be929573.obscpio | 3 ++ openQA-test.changes | 29 ++++++++++++++++ openQA-test.spec | 2 +- openQA.changes | 29 ++++++++++++++++ openQA.obsinfo | 6 ++-- openQA.spec | 7 ++-- 10 files changed, 69 insertions(+), 64 deletions(-) delete mode 100644 entrypoint.sh delete mode 100644 openQA-4.6.1533914931.14b73490.obscpio create mode 100644 openQA-4.6.1534873283.be929573.obscpio diff --git a/Dockerfile b/Dockerfile index 5c4b09ec..384dc3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -139,10 +139,5 @@ VOLUME [ "/opt/openqa" ] RUN mkdir -p /opt/testing_area RUN chown -R $NORMAL_USER:users /opt/testing_area -COPY entrypoint.sh /usr/bin/entrypoint -RUN ["chmod","+x","/usr/bin/entrypoint"] -USER ${NORMAL_USER} -ENTRYPOINT ["entrypoint"] +ENTRYPOINT ["/bin/bash"] WORKDIR $OPENQA_DIR - - diff --git a/_service b/_service index 1d0e9246..9387dd51 100644 --- a/_service +++ b/_service @@ -1,7 +1,6 @@ - docker/travis_test/entrypoint.sh docker/travis_test/Dockerfile openQA.spec openQA-test.spec diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100644 index 59fd241e..00000000 --- a/entrypoint.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/bash - -set -e - -cp -rd /opt/openqa /opt/testing_area - -cd /opt/testing_area/openqa - -function create_db { - set -e - export PGDATA=$(mktemp -d) - initdb --auth=trust -N $PGDATA - -cat >> $PGDATA/postgresql.conf <= 0.082801 BuildRequires: perl(Minion) >= 9.02 -BuildRequires: perl(Mojolicious) >= 7.24 +BuildRequires: perl(Mojolicious) >= 7.92 BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36 BuildRequires: rubygem(sass) Requires: dbus-1 @@ -129,7 +128,7 @@ operating system. Summary: The openQA common tools for web-frontend and workers Group: Development/Tools/Other Requires: %{t_requires} -Requires: perl(Mojolicious) >= 7.24 +Requires: perl(Mojolicious) >= 7.92 %description common This package contain shared resources for openQA web-frontend and