Comment 3 for bug 371773

Revision history for this message
Artur Szymanski (arteek) wrote :

Connor, what do you think about add to global.ent additional entity, eg. <!ENTITY distro-extraver '.2'>?
Then you could use it in document:
<command>wget http://cdimage.ubuntu.com/jeos/releases/&distro-rev;/release/ubuntu-&distro-rev;&distro-extraver;-jeos-i386.iso</command>
In case of normal release distro-extraver would be empty ('').
We could change distro-extraver entity only within global.ent file.
I tested it and it works.