diff --git a/Makefile b/Makefile index 492f7c0..4ff70a4 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ install-data: @$(INSTALL_DATA) yum/openmamba-rolling.repo $(DESTDIR)$(sysconfdir)/yum.repos.d/openmamba-rolling.repo @$(INSTALL_DATA) yum/openmamba-rolling-i586.repo $(DESTDIR)$(sysconfdir)/yum.repos.d/openmamba-rolling-i586.repo @$(INSTALL_DATA) yum/openmamba-rolling-unstable.repo $(DESTDIR)$(sysconfdir)/yum.repos.d/openmamba-rolling-unstable.repo + @$(INSTALL_DATA) yum/openmamba-rolling-unstable-i586.repo $(DESTDIR)$(sysconfdir)/yum.repos.d/openmamba-rolling-unstable-i586.repo @$(INSTALL_DATA) openmamba-groups.db $(DESTDIR)$(datadir)/openmamba/pkggroups.db @$(INSTALL_DATA) RPM-GPG-KEY-Mambasoft $(DESTDIR)$(sysconfdir)/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft diff --git a/yum/openmamba-rolling-i586.repo b/yum/openmamba-rolling-i586.repo index 70c53dc..f69038e 100644 --- a/yum/openmamba-rolling-i586.repo +++ b/yum/openmamba-rolling-i586.repo @@ -2,12 +2,12 @@ name = openmamba x86 legacy base repository [rolling] baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.i586/ enabled = 1 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft [rolling-games-i586] name = openmamba x64 legacy games repository [rolling] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-games/RPMS.i586/ enabled = 1 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft diff --git a/yum/openmamba-rolling-unstable-i586.repo b/yum/openmamba-rolling-unstable-i586.repo new file mode 100644 index 0000000..e564c9a --- /dev/null +++ b/yum/openmamba-rolling-unstable-i586.repo @@ -0,0 +1,41 @@ +[unstable-makedist-i586] +name = openmamba x86 legacy staging packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-makedist/RPMS.i586/ +enabled = 0 +gpgcheck = 0 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[unstable-xorg-i586] +name = openmamba x86 legacy latest X.org release repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-xorg/RPMS.i586/ +enabled = 0 +gpgcheck = 0 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[unstable-gnome-i586] +name = openmamba x86 legacy latest GNOME release repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-gnome/RPMS.i586/ +enabled = 0 +gpgcheck = 0 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[unstable-misc-i586] +name = openmamba x86 legacy miscellaneous packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-misc/RPMS.i586/ +enabled = 0 +gpgcheck = 0 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[unstable-autodist-i586] +name = openmamba x86 legacy automatic built packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-autodist/RPMS.i586/ +enabled = 0 +gpgcheck = 0 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[unstable-past-i586] +name = openmamba x86 legacy archived packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-past/RPMS.i586/ +enabled = 0 +gpgcheck = 0 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft diff --git a/yum/openmamba-rolling-unstable.repo b/yum/openmamba-rolling-unstable.repo index ae9f659..f6b2968 100644 --- a/yum/openmamba-rolling-unstable.repo +++ b/yum/openmamba-rolling-unstable.repo @@ -1,69 +1,69 @@ -[devel-makedist] +[unstable-makedist] name = openmamba staging packages repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-makedist/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-kde4] +[unstable-kde4] name = openmamba latest KDE release repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kde4/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-kernel] +[unstable-kernel] name = openmamba latest Linux kernel releases repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-kernel-past] +[unstable-kernel-past] name = openmamba past Linux kernel releases repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel-past/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-xorg] +[unstable-xorg] name = openmamba latest X.org release repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-xorg/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-gnome] +[unstable-gnome] name = openmamba latest GNOME release repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-gnome/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-misc] +[unstable-misc] name = openmamba miscellaneous packages repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-misc/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-autodist] +[unstable-autodist] name = openmamba automatic built packages repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-autodist/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-future] +[unstable-future] name = openmamba delayed packages repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-future/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft -[devel-past] +[unstable-past] name = openmamba archived packages repository [unstable] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-past/RPMS.$basearch/ enabled = 0 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft diff --git a/yum/openmamba-rolling.repo b/yum/openmamba-rolling.repo index e2ff875..2893502 100644 --- a/yum/openmamba-rolling.repo +++ b/yum/openmamba-rolling.repo @@ -2,12 +2,12 @@ name = openmamba base repository [rolling] baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.$basearch/ enabled = 1 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft [rolling-games] name = openmamba games repository [rolling] baseurl = http://cdn.openmamba.org/pub/openmamba/devel-games/RPMS.$basearch/ enabled = 1 -gpgcheck = 1 +gpgcheck = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft