Revert "MM: adjust primary-mirror-wrapper because ELN has only one version"
This reverts commit d8f7a508f8
.
This commit is contained in:
parent
cc2bd587ad
commit
86b9fa42fe
2 changed files with 2 additions and 6 deletions
|
@ -76,11 +76,7 @@ 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
|
||||
FFTL="/srv/pub/${1}/fullfiletimelist-${1}"
|
||||
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/1/"
|
||||
url="/srv/pub/eln/"
|
||||
|
||||
[[repository_mapping]]
|
||||
regex="^pub/eln/1/AppStream/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue