[info=e18320b5e9f7d7a1d782787476de0b61]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rmt-server-image?expand=0&rev=56
This commit is contained in:
Dan Čermák 2023-06-26 10:31:29 +00:00 committed by Git OBS Bridge
parent cc5d69bfe0
commit 7cd0623b4f
3 changed files with 8 additions and 3 deletions

View File

@ -9,8 +9,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.rmt-server
LABEL org.opencontainers.image.title="openSUSE Tumbleweed RMT Server Container Image"
LABEL org.opencontainers.image.description="SUSE RMT Server based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed SUSE RMT Server"
LABEL org.opencontainers.image.description="SUSE RMT Server container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%%rmt_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"

View File

@ -32,7 +32,7 @@ if [ $# -eq 0 ]; then
fi
if [ "$1" == "/usr/share/rmt/bin/rails" -a "$2" == "server" ]; then
echo "Create/migrate RMT database"
echo "Create/migrate SUSE RMT database"
pushd /usr/share/rmt > /dev/null
/usr/share/rmt/bin/rails db:create db:migrate RAILS_ENV=production
popd > /dev/null

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- label capitalization and related cleanups
-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>