Skip to content

Commit

Permalink
Update epel-clone-errata.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Franky Van Liedekerke committed Oct 23, 2015
1 parent 13129f0 commit 2b19901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epel-clone-errata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rm -f $ERRATADIR/* >/dev/null 2>&1
# we use perl minimal matching
updateinfo_location=`echo $repomd | perl -pe 's/.*href="(.*?updateinfo.xml.bz2).*/$1/;'`
wget -q --no-cache -O updateinfo.xml.bz2 http://dl.fedoraproject.org/pub/epel/$EPEL_VERSION/$EPEL_ARCH/$updateinfo_location
bunzip updateinfo.xml.bz2
bunzip2 updateinfo.xml.bz2
)

# Set usernames and passwords. You have some options here:
Expand Down

0 comments on commit 2b19901

Please sign in to comment.