Fixes to yum repository: disable gpgcheck because applied on packages, add openmamba-rolling-unstable-i586.repo

This commit is contained in:
Silvan Calarco 2017-08-26 16:44:21 +02:00
parent f217e9f928
commit 00ee6bb62d
5 changed files with 66 additions and 24 deletions

View File

@ -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.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-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.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) openmamba-groups.db $(DESTDIR)$(datadir)/openmamba/pkggroups.db
@$(INSTALL_DATA) RPM-GPG-KEY-Mambasoft $(DESTDIR)$(sysconfdir)/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft @$(INSTALL_DATA) RPM-GPG-KEY-Mambasoft $(DESTDIR)$(sysconfdir)/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft

View File

@ -2,12 +2,12 @@
name = openmamba x86 legacy base repository [rolling] name = openmamba x86 legacy base repository [rolling]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.i586/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.i586/
enabled = 1 enabled = 1
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[rolling-games-i586] [rolling-games-i586]
name = openmamba x64 legacy games repository [rolling] name = openmamba x64 legacy games repository [rolling]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-games/RPMS.i586/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-games/RPMS.i586/
enabled = 1 enabled = 1
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft

View File

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

View File

@ -1,69 +1,69 @@
[devel-makedist] [unstable-makedist]
name = openmamba staging packages repository [unstable] name = openmamba staging packages repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-makedist/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-makedist/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-kde4] [unstable-kde4]
name = openmamba latest KDE release repository [unstable] name = openmamba latest KDE release repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kde4/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kde4/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-kernel] [unstable-kernel]
name = openmamba latest Linux kernel releases repository [unstable] name = openmamba latest Linux kernel releases repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-kernel-past] [unstable-kernel-past]
name = openmamba past Linux kernel releases repository [unstable] name = openmamba past Linux kernel releases repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel-past/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-kernel-past/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-xorg] [unstable-xorg]
name = openmamba latest X.org release repository [unstable] name = openmamba latest X.org release repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-xorg/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-xorg/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-gnome] [unstable-gnome]
name = openmamba latest GNOME release repository [unstable] name = openmamba latest GNOME release repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-gnome/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-gnome/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-misc] [unstable-misc]
name = openmamba miscellaneous packages repository [unstable] name = openmamba miscellaneous packages repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-misc/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-misc/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-autodist] [unstable-autodist]
name = openmamba automatic built packages repository [unstable] name = openmamba automatic built packages repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-autodist/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-autodist/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-future] [unstable-future]
name = openmamba delayed packages repository [unstable] name = openmamba delayed packages repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-future/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-future/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[devel-past] [unstable-past]
name = openmamba archived packages repository [unstable] name = openmamba archived packages repository [unstable]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-past/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-past/RPMS.$basearch/
enabled = 0 enabled = 0
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft

View File

@ -2,12 +2,12 @@
name = openmamba base repository [rolling] name = openmamba base repository [rolling]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel/RPMS.$basearch/
enabled = 1 enabled = 1
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft
[rolling-games] [rolling-games]
name = openmamba games repository [rolling] name = openmamba games repository [rolling]
baseurl = http://cdn.openmamba.org/pub/openmamba/devel-games/RPMS.$basearch/ baseurl = http://cdn.openmamba.org/pub/openmamba/devel-games/RPMS.$basearch/
enabled = 1 enabled = 1
gpgcheck = 1 gpgcheck = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mambasoft