##// END OF EJS Templates
buildrpm: fix use of invalid $PLATFORM in mercurial.repo
Mads Kiilerich -
r23124:4c490626 stable
parent child Browse files
Show More
@@ -45,9 +45,9 b' DSHARED=/mnt/shared'
45 cat << EOF > $RPMBUILDDIR/mercurial.repo
45 cat << EOF > $RPMBUILDDIR/mercurial.repo
46 # Place this file in /etc/yum.repos.d/mercurial.repo
46 # Place this file in /etc/yum.repos.d/mercurial.repo
47 [mercurial]
47 [mercurial]
48 name=Mercurial packages for $NAME
48 name=Mercurial packages for $PLATFORM
49 # baseurl=file://$RPMBUILDDIR/
49 # baseurl=file://$RPMBUILDDIR/
50 baseurl=http://hg.example.com/build/$NAME/
50 baseurl=http://hg.example.com/build/$PLATFORM/
51 skip_if_unavailable=True
51 skip_if_unavailable=True
52 gpgcheck=0
52 gpgcheck=0
53 enabled=1
53 enabled=1
General Comments 0
You need to be logged in to leave comments. Login now