Mageia 5 repos are up

This forum is dedicated to testing early releases and cauldron : Howtos, tips, tricks and user global feedback and thoughts...

Helpful tip :
For bugs tracking we use : https://bugs.mageia.org = The Mageia Bug Tracker
In this bug tracker you'll find already reported bugs and you'll be able to report those you have found....

Mageia 5 repos are up

Postby morgano » Apr 4th, '15, 10:14

I noticed it just now and switched my machines that are not intended to follow cauldron.

I dont know if i am too early as i have not seen an official note but it seem to work.
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1490
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Mageia 5 repos are up

Postby jkerr82508 » Apr 4th, '15, 11:11

At present, those are links to cauldron. They will not be "populated" until Mageia 5 is officially released, which is still several weeks away.

To confirm, examine the contents of the product.id file, such as:
ftp://distrib-coffee.ipsl.jussieu.fr/pu ... product.id

"branch=Devel" is cauldron.

They are provided so that people who install beta or RC versions of Mageia 5 will not have to change their software sources to stay with Mageia 5 official, when it is released.

Jim
jkerr82508
 
Posts: 946
Joined: Mar 26th, '11, 01:34
Location: Fife, Scotland

Re: Mageia 5 repos are up

Postby ozky » Apr 4th, '15, 11:47

If you use mirror list it will change automatically to Mageia 5 mirrors when it's released.
Image
Mageia user
User avatar
ozky
 
Posts: 581
Joined: Jul 2nd, '11, 08:48
Location: Nakkila Finland

Re: Mageia 5 repos are up

Postby morgano » Apr 4th, '15, 15:49

Links or no it works for me now and i do not want to forget to change later.
I use urpmi-proxy and define which mirror works best, so not mirrorlist
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1490
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Mageia 5 repos are up

Postby jkerr82508 » Apr 4th, '15, 16:42

morgano wrote: i do not want to forget to change later.

As I said, that is precisely why these links exist. :)

Jim
jkerr82508
 
Posts: 946
Joined: Mar 26th, '11, 01:34
Location: Fife, Scotland

Re: Mageia 5 repos are up

Postby trollboy » Apr 12th, '15, 10:54

I'm probably missing something really obvious, but I haven't been able to figure out how to change the repositories over. I have a new ssd turning up in a few days so it has suddenly become important :mrgreen:
trollboy
 
Posts: 7
Joined: Mar 27th, '15, 11:43

Re: Mageia 5 repos are up

Postby doktor5000 » Apr 12th, '15, 13:56

Best do the following: Remove all your repositories, and add a complete set of new ones, but don't use mirrorlist automatism.
As an example I'm using ftp.snt.utwente.nl as mirror. Feel free to use another one that's near you and up-to-date according to http://mirrors.mageia.org/status
Code: Select all
urpmi.removemedia -a
urpmi.addmedia --distrib --wget 'ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/$ARCH'

and afterwards to also enable nonfree and tainted repositories, do
Code: Select all
urpmi.update --no-ignore "Tainted Release" && urpmi.update --no-ignore "Tainted Updates" && urpmi.update --no-ignore "Nonfree Release" && urpmi.update --no-ignore "Nonfree Updates" && urpmi.update -av
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia 5 repos are up

Postby trollboy » Apr 12th, '15, 15:40

doktor5000 wrote:Best do the following: Remove all your repositories, and add a complete set of new ones, but don't use mirrorlist automatism.


Brilliant thanks. Now I know the commands it's easy!
trollboy
 
Posts: 7
Joined: Mar 27th, '15, 11:43

Re: Mageia 5 repos are up

Postby akbrian » Apr 13th, '15, 10:47

Is there a clean way to use;
urpmi.removemedia -y
in order to not remove google repositories in the process of removing the mageia cauldron ones? I see the -y switch allows for fuzzy matches.
akbrian
 
Posts: 60
Joined: Sep 10th, '11, 01:56

Re: Mageia 5 repos are up

Postby doktor5000 » Apr 13th, '15, 21:08

No there's not, and fuzzy would be for something different, it allows for fuzzy selection of repo names.
In your case it would achieve quite the opposite. Say you wanted to remove all repos that have "release" in their name, it is possible to use urpmi.removemedia -y release
But you can easily do this another way. In my case I'll filter out my local repository and the google one:


complete list of repo names:
Code: Select all
┌─[doktor5000@Mageia5]─[20:30:03]─[~]
└──╼ urpmq --list-media
local
Core Release
Core Release Debug
Core Updates
Core Updates Debug
Core Updates Testing
Core Updates Testing Debug
Core Backports
Core Backports Debug
Core Backports Testing
Core Backports Testing Debug
Nonfree Release
Nonfree Release Debug
Nonfree Updates
Nonfree Updates Debug
Nonfree Updates Testing
Nonfree Updates Testing Debug
Nonfree Backports
Nonfree Backports Debug
Nonfree Backports Testing
Nonfree Backports Testing Debug
Tainted Release
Tainted Release Debug
Tainted Updates
Tainted Updates Debug
Tainted Updates Testing
Tainted Updates Testing Debug
Tainted Backports
Tainted Backports Debug
Tainted Backports Testing
Tainted Backports Testing Debug
Core 32bit Release
Core 32bit Updates
Core 32bit Updates Testing
Core 32bit Backports
Core 32bit Backports Testing
Nonfree 32bit Release
Nonfree 32bit Updates
Nonfree 32bit Updates Testing
Nonfree 32bit Backports
Nonfree 32bit Backports Testing
Tainted 32bit Release
Tainted 32bit Updates
Tainted 32bit Updates Testing
Tainted 32bit Backports
Tainted 32bit Backports Testing
google-chrome


filtering out google and local repo:
Code: Select all
┌─[doktor5000@Mageia5]─[20:30:07]─[~]
└──╼ urpmq --list-media | grep -v -E "^google|^local"
Core Release
Core Release Debug
Core Updates
Core Updates Debug
Core Updates Testing
Core Updates Testing Debug
Core Backports
Core Backports Debug
Core Backports Testing
Core Backports Testing Debug
Nonfree Release
Nonfree Release Debug
Nonfree Updates
Nonfree Updates Debug
Nonfree Updates Testing
Nonfree Updates Testing Debug
Nonfree Backports
Nonfree Backports Debug
Nonfree Backports Testing
Nonfree Backports Testing Debug
Tainted Release
Tainted Release Debug
Tainted Updates
Tainted Updates Debug
Tainted Updates Testing
Tainted Updates Testing Debug
Tainted Backports
Tainted Backports Debug
Tainted Backports Testing
Tainted Backports Testing Debug
Core 32bit Release
Core 32bit Updates
Core 32bit Updates Testing
Core 32bit Backports
Core 32bit Backports Testing
Nonfree 32bit Release
Nonfree 32bit Updates
Nonfree 32bit Updates Testing
Nonfree 32bit Backports
Nonfree 32bit Backports Testing
Tainted 32bit Release
Tainted 32bit Updates
Tainted 32bit Updates Testing
Tainted 32bit Backports
Tainted 32bit Backports Testing


remove all of those:
Code: Select all
┌─[doktor5000@Mageia5]─[20:55:33]─[~]
└──╼ urpmq --list-media | grep -v -E "^google|^local"| while IFS='\n' read line; do sudo urpmi.removemedia "$line"; done
removing medium "Core Updates"
removing medium "Core Updates Debug"
removing medium "Core Updates Testing"
removing medium "Core Updates Testing Debug"
removing medium "Core Backports"
removing medium "Core Backports Debug"
removing medium "Core Backports Testing"
removing medium "Core Backports Testing Debug"
removing medium "Nonfree Updates"
removing medium "Nonfree Updates Debug"
removing medium "Nonfree Updates Testing"
removing medium "Nonfree Updates Testing Debug"
removing medium "Nonfree Backports"
removing medium "Nonfree Backports Debug"
removing medium "Nonfree Backports Testing"
removing medium "Nonfree Backports Testing Debug"
removing medium "Tainted Updates"
removing medium "Tainted Updates Debug"
removing medium "Tainted Updates Testing"
removing medium "Tainted Updates Testing Debug"
removing medium "Tainted Backports"
removing medium "Tainted Backports Debug"
removing medium "Tainted Backports Testing"
removing medium "Tainted Backports Testing Debug"
removing medium "Core 32bit Updates"
removing medium "Core 32bit Updates Testing"
removing medium "Core 32bit Backports"
removing medium "Core 32bit Backports Testing"
removing medium "Nonfree 32bit Updates"
removing medium "Nonfree 32bit Updates Testing"
removing medium "Nonfree 32bit Backports"
removing medium "Nonfree 32bit Backports Testing"
removing medium "Tainted 32bit Updates"
removing medium "Tainted 32bit Updates Testing"
removing medium "Tainted 32bit Backports"
removing medium "Tainted 32bit Backports Testing"


And now re-adding a complete set of new repos for Mageia 5, and afterwards enabling tainted and nonfree _release and _updates repos:

Code: Select all
┌─[doktor5000@Mageia5]─[21:01:31]─[~]
└──╼ sudo urpmi.addmedia --distrib --wget 'ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/$ARCH'
adding medium "Core Release"
adding medium "Core Release Debug" (ignored by default)
adding medium "Core Updates"
adding medium "Core Updates Debug" (ignored by default)
adding medium "Core Updates Testing" (ignored by default)
adding medium "Core Updates Testing Debug" (ignored by default)
adding medium "Core Backports" (ignored by default)
adding medium "Core Backports Debug" (ignored by default)
adding medium "Core Backports Testing" (ignored by default)
adding medium "Core Backports Testing Debug" (ignored by default)
adding medium "Nonfree Release"
adding medium "Nonfree Release Debug" (ignored by default)
adding medium "Nonfree Updates"
adding medium "Nonfree Updates Debug" (ignored by default)
adding medium "Nonfree Updates Testing" (ignored by default)
adding medium "Nonfree Updates Testing Debug" (ignored by default)
adding medium "Nonfree Backports" (ignored by default)
adding medium "Nonfree Backports Debug" (ignored by default)
adding medium "Nonfree Backports Testing" (ignored by default)
adding medium "Nonfree Backports Testing Debug" (ignored by default)
adding medium "Tainted Release"
adding medium "Tainted Release Debug" (ignored by default)
adding medium "Tainted Updates"
adding medium "Tainted Updates Debug" (ignored by default)
adding medium "Tainted Updates Testing" (ignored by default)
adding medium "Tainted Updates Testing Debug" (ignored by default)
adding medium "Tainted Backports" (ignored by default)
adding medium "Tainted Backports Debug" (ignored by default)
adding medium "Tainted Backports Testing" (ignored by default)
adding medium "Tainted Backports Testing Debug" (ignored by default)
adding medium "Core 32bit Release"
adding medium "Core 32bit Updates"
adding medium "Core 32bit Updates Testing" (ignored by default)
adding medium "Core 32bit Backports" (ignored by default)
adding medium "Core 32bit Backports Testing" (ignored by default)
adding medium "Nonfree 32bit Release"
adding medium "Nonfree 32bit Updates"
adding medium "Nonfree 32bit Updates Testing" (ignored by default)
adding medium "Nonfree 32bit Backports" (ignored by default)
adding medium "Nonfree 32bit Backports Testing" (ignored by default)
adding medium "Tainted 32bit Release"
adding medium "Tainted 32bit Updates"
adding medium "Tainted 32bit Updates Testing" (ignored by default)
adding medium "Tainted 32bit Backports" (ignored by default)
adding medium "Tainted 32bit Backports Testing" (ignored by default)
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/core/release/media_info/20150413-161551-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/core/updates/media_info/20141004-200706-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/nonfree/release/media_info/20150413-170217-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/nonfree/updates/media_info/20141004-200642-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/tainted/release/media_info/20150403-134036-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/tainted/updates/media_info/20141004-200615-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/core/release/media_info/20150413-161232-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/core/updates/media_info/20141004-200706-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/nonfree/release/media_info/20150413-170216-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/nonfree/updates/media_info/20141004-200642-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/tainted/release/media_info/20150403-134030-synthesis.hdlist.cz
    ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/tainted/updates/media_info/20141004-200614-synthesis.hdlist.cz
┌─[doktor5000@Mageia5]─[21:03:44]─[~]                                                                                                                                                                             
└──╼ sudo urpmi.update --no-ignore "Tainted Release" && sudo urpmi.update --no-ignore "Tainted Updates" && sudo urpmi.update --no-ignore "Nonfree Release" && sudo urpmi.update --no-ignore "Nonfree Updates" && sudo urpmi.update -av
getting exclusive lock on urpmi
comparing /home/doktor5000/rpmbuild/RPMS/x86_64/media_info/MD5SUM and /var/lib/urpmi/local/MD5SUM
medium "local" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/google-chrome/MD5SUM
medium "google-chrome" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Core Release/MD5SUM
medium "Core Release" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Core Updates/MD5SUM
medium "Core Updates" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Nonfree Release/MD5SUM
medium "Nonfree Release" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Nonfree Updates/MD5SUM
medium "Nonfree Updates" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Tainted Release/MD5SUM
medium "Tainted Release" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Tainted Updates/MD5SUM
medium "Tainted Updates" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Core 32bit Release/MD5SUM
medium "Core 32bit Release" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Core 32bit Updates/MD5SUM
medium "Core 32bit Updates" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Nonfree 32bit Release/MD5SUM
medium "Nonfree 32bit Release" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Nonfree 32bit Updates/MD5SUM
medium "Nonfree 32bit Updates" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Tainted 32bit Release/MD5SUM
medium "Tainted 32bit Release" is up-to-date
retrieved   media_info/MD5SUM
comparing /var/cache/urpmi/partial/MD5SUM and /var/lib/urpmi/Tainted 32bit Updates/MD5SUM
medium "Tainted 32bit Updates" is up-to-date
unlocking urpmi database
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia 5 repos are up

Postby akbrian » Apr 13th, '15, 22:45

It appears that;

Code: Select all
urpmi.removemedia -v -y --wait-lock Core Nonfree Tainted


works without removing the google repositories.
akbrian
 
Posts: 60
Joined: Sep 10th, '11, 01:56


Return to Testing : Alpha, Beta, RC and Cauldron

Who is online

Users browsing this forum: No registered users and 1 guest