Initial installation of yum repo configuration files for rolling distribution

This commit is contained in:
Silvan Calarco 2017-08-26 16:06:20 +02:00
parent 0d375fa15e
commit 7c61b5daa5
4 changed files with 99 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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