diff options
author | Anne Nicolas <ennael@mageia.org> | 2016-09-08 20:29:42 +0200 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2016-09-08 20:29:42 +0200 |
commit | 4f549fb4441b320a350583391b36c05047387eb9 (patch) | |
tree | c37ded561cea36bb9ff0d9a64fdd0395bcf8adbd | |
parent | 97db97ab5cbfa94bf03fb340b03d2116caca8120 (diff) | |
download | bcd-4f549fb4441b320a350583391b36c05047387eb9.tar bcd-4f549fb4441b320a350583391b36c05047387eb9.tar.gz bcd-4f549fb4441b320a350583391b36c05047387eb9.tar.bz2 bcd-4f549fb4441b320a350583391b36c05047387eb9.tar.xz bcd-4f549fb4441b320a350583391b36c05047387eb9.zip |
back to sta2 release
-rwxr-xr-x | create_dvd.sh | 2 | ||||
-rw-r--r-- | dvd_free-i586.xml | 8 | ||||
-rw-r--r-- | dvd_free-x86_64.xml | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/create_dvd.sh b/create_dvd.sh index cc116de..2ba1b8e 100755 --- a/create_dvd.sh +++ b/create_dvd.sh @@ -2,7 +2,7 @@ arch=$1 distrib=Mageia -version=6-RC +version=6-sta2 homebcd=/home/bcd/build_bcd bin=$homebcd/bcd pieces=$homebcd/pieces/iso diff --git a/dvd_free-i586.xml b/dvd_free-i586.xml index 91fe668..524a794 100644 --- a/dvd_free-i586.xml +++ b/dvd_free-i586.xml @@ -146,7 +146,7 @@ </media> <mediainfo desc="All files relatives to media_info dir"> - <version>6-RC</version> + <version>6-sta2</version> <!-- set fullpath if you want to use an files in a non MDV repositery --> <fullpath>/home/bcd/build_bcd/pieces/cauldron/i586/media/media_info</fullpath> <mediainfo_dir>media/media_info</mediainfo_dir> @@ -182,11 +182,11 @@ <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> - <volumeid>Mageia-6-RC-i586</volumeid> - <volumesetid>Mageia 6 RC - i586 DVD</volumesetid> + <volumeid>Mageia-6-sta2-i586</volumeid> + <volumesetid>Mageia 6 sta2 - i586 DVD</volumesetid> <publisherid>Mageia</publisherid> <datapreparer>Mageia BCD</datapreparer> - <applicationid>Mageia 6 RC</applicationid> + <applicationid>Mageia 6 sta2</applicationid> <copyrightid>Mageia</copyrightid> </header> <isohybrid> diff --git a/dvd_free-x86_64.xml b/dvd_free-x86_64.xml index ba125f7..4356b13 100644 --- a/dvd_free-x86_64.xml +++ b/dvd_free-x86_64.xml @@ -146,7 +146,7 @@ </media> <mediainfo desc="All files relatives to media_info dir"> - <version>6-RC</version> + <version>6-sta2</version> <!-- set fullpath if you want to use an files in a non MDV repositery --> <fullpath>/home/bcd/build_bcd/pieces/cauldron/x86_64/media/media_info</fullpath> <mediainfo_dir>media/media_info</mediainfo_dir> @@ -182,11 +182,11 @@ <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> - <volumeid>Mageia-6-RC-x86_64</volumeid> - <volumesetid>Mageia 6 RC - x86_64 DVD</volumesetid> + <volumeid>Mageia-6-sta2-x86_64</volumeid> + <volumesetid>Mageia 6 sta2 - x86_64 DVD</volumesetid> <publisherid>Mageia</publisherid> <datapreparer>Mageia BCD</datapreparer> - <applicationid>Mageia 6 RC</applicationid> + <applicationid>Mageia 6 sta2</applicationid> <copyrightid>Mageia</copyrightid> </header> <isohybrid> |