MM: adjust primary-mirror-wrapper because ELN has only one version
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a433089a42
commit
d8f7a508f8
2 changed files with 6 additions and 2 deletions
|
@ -75,8 +75,12 @@ if [ "${1}" == "centos" ]; then
|
|||
elif [ "${1}" == "codecs" ]; then
|
||||
FFTL="${CATEGORY}"
|
||||
FILEDATE=${CURDATE}
|
||||
else
|
||||
if [ "${1}" == "eln" ]; then
|
||||
FFTL="/srv/pub/${1}/1/fullfiletimelist-${1}"
|
||||
else
|
||||
FFTL="/srv/pub/${1}/fullfiletimelist-${1}"
|
||||
fi
|
||||
FILEDATE=`stat -c %Z ${FFTL} 2> /dev/null`
|
||||
|
||||
if [ "$?" -eq "1" ]; then
|
||||
|
|
|
@ -181,7 +181,7 @@ prefix="rawhide-modular"
|
|||
[[category]]
|
||||
name="Fedora ELN"
|
||||
type="directory"
|
||||
url="/srv/pub/eln/"
|
||||
url="/srv/pub/eln/1/"
|
||||
|
||||
[[repository_mapping]]
|
||||
regex="^pub/eln/1/AppStream/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue