Hello, I cleaned the sugar tmp repo, moved the still relevant rpms to my public_rpms and opened tickets to move some of them to the owners public_rpms. So I think we can just disable tmp repo now. Patch attached, ok to checkin to autobuild and joyride branches?
Marco
diff --git a/streams.d/olpc-development-livecd-yum-install.conf b/streams.d/olpc-development-livecd-yum-install.conf index 05e515c..0e1ea8f 100644 --- a/streams.d/olpc-development-livecd-yum-install.conf +++ b/streams.d/olpc-development-livecd-yum-install.conf @@ -71,11 +71,3 @@ name=OLPC Content repo baseurl=http://dev.laptop.org/pub/content/rpms/ enabled=1 exclude= - -#this will be removed once we move to bundles -[olpc-devel-tmp] -name=OLPC Temporary Dev Repo -baseurl=http://dev.laptop.org/pub/sugar/rpms -enabled=1 -gpgcheck=0 - diff --git a/streams.d/olpc-development-sdk-install.conf b/streams.d/olpc-development-sdk-install.conf index f8f3c0c..0efed49 100644 --- a/streams.d/olpc-development-sdk-install.conf +++ b/streams.d/olpc-development-sdk-install.conf @@ -27,10 +27,3 @@ baseurl=http://koji.fedoraproject.org/static-repos/dist-olpc2-build-current/i386 enabled=1 gpgcheck=0 exclude=kdebase,kernel,olpc-logos - -[olpc-devel-tmp] -name=OLPC Temporary Dev Repo -baseurl=http://dev.laptop.org/pub/sugar/rpms -enabled=1 -gpgcheck=0 -exclude=olpc-logos diff --git a/streams.d/olpc-development-yum-install.conf b/streams.d/olpc-development-yum-install.conf index 8e58ec1..e68e08c 100644 --- a/streams.d/olpc-development-yum-install.conf +++ b/streams.d/olpc-development-yum-install.conf @@ -28,9 +28,3 @@ baseurl=http://koji.fedoraproject.org/static-repos/olpc2-trial3-current/i386/ enabled=1 gpgcheck=0 exclude=firefox,seamonkey,mozplugger,kdebase,kernel - -[olpc-devel-tmp] -name=OLPC Temporary Dev Repo -baseurl=http://dev.laptop.org/pub/sugar/rpms -enabled=1 -gpgcheck=0 diff --git a/streams.d/olpc-development.stream b/streams.d/olpc-development.stream index c937564..488c9cf 100755 --- a/streams.d/olpc-development.stream +++ b/streams.d/olpc-development.stream @@ -1483,15 +1483,6 @@ gpgcheck=0 exclude= EOF - cat <<EOF > $INSTALL_ROOT/etc/yum.repos.d/olpc-tmp.repo -[olpc_tmp] -name=OLPC temporary repo - files may vanish -baseurl=http://dev.laptop.org/pub/sugar/rpms/ -enabled=0 -gpgcheck=0 -exclude= -EOF - ;; *)
_______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
