diff --git a/Makefile b/Makefile index 44c9027..492f7c0 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ install-dirs: @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/pki/rpm-gpg @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/profile.d @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/xprofile.d + @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/yum.repos.d install-data: @$(INSTALL_DATA) openmamba-smart-devel.py $(DESTDIR)$(sysconfdir)/smart/distro.d/90-openmamba-devel-repositories.py @@ -48,6 +49,9 @@ install-data: @$(INSTALL_DATA) openmamba-smart-multi-version-select.py $(DESTDIR)$(sysconfdir)/smart/distro.d/95-multi-version-select.py @$(INSTALL_DATA) openmamba-smart-virtual-packages-select.py $(DESTDIR)$(sysconfdir)/smart/distro.d/95-virtual-packages-select.py @$(INSTALL_DATA) openmamba-smart-configure-once.py $(DESTDIR)$(sysconfdir)/smart/distro.d/98-configure-once.py + @$(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) 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 new file mode 100644 index 0000000..70c53dc --- /dev/null +++ b/yum/openmamba-rolling-i586.repo @@ -0,0 +1,13 @@ +[rolling-i586] +name = openmamba x86 legacy base repository [rolling] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.i586/ +enabled = 1 +gpgcheck = 1 +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 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft diff --git a/yum/openmamba-rolling-unstable.repo b/yum/openmamba-rolling-unstable.repo new file mode 100644 index 0000000..ae9f659 --- /dev/null +++ b/yum/openmamba-rolling-unstable.repo @@ -0,0 +1,69 @@ +[devel-makedist] +name = openmamba staging packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-makedist/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-kde4] +name = openmamba latest KDE release repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kde4/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-kernel] +name = openmamba latest Linux kernel releases repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-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 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-xorg] +name = openmamba latest X.org release repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-xorg/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-gnome] +name = openmamba latest GNOME release repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-gnome/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-misc] +name = openmamba miscellaneous packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-misc/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-autodist] +name = openmamba automatic built packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-autodist/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-future] +name = openmamba delayed packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-future/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft + +[devel-past] +name = openmamba archived packages repository [unstable] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel-past/RPMS.$basearch/ +enabled = 0 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft diff --git a/yum/openmamba-rolling.repo b/yum/openmamba-rolling.repo new file mode 100644 index 0000000..e2ff875 --- /dev/null +++ b/yum/openmamba-rolling.repo @@ -0,0 +1,13 @@ +[rolling] +name = openmamba base repository [rolling] +baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.$basearch/ +enabled = 1 +gpgcheck = 1 +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 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft