Skip to content
Snippets Groups Projects
Commit 4c490626 authored by Mads Kiilerich's avatar Mads Kiilerich
Browse files

buildrpm: fix use of invalid $PLATFORM in mercurial.repo

parent c26b7a81
Branches
Tags
No related merge requests found
......@@ -45,5 +45,5 @@
cat << EOF > $RPMBUILDDIR/mercurial.repo
# Place this file in /etc/yum.repos.d/mercurial.repo
[mercurial]
name=Mercurial packages for $NAME
name=Mercurial packages for $PLATFORM
# baseurl=file://$RPMBUILDDIR/
......@@ -49,5 +49,5 @@
# baseurl=file://$RPMBUILDDIR/
baseurl=http://hg.example.com/build/$NAME/
baseurl=http://hg.example.com/build/$PLATFORM/
skip_if_unavailable=True
gpgcheck=0
enabled=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment