summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-24 14:24:50 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-24 14:24:50 +0200
commit254a372320da1451b160a40cc34e1fa02b3ec0bd (patch)
treecbec5a548c24ff9be7028cb0eb76555223207af2
parent92910c64e48d3dec2c8090cdcd337d412181f12c (diff)
build tools for rhel-7rc
-rw-r--r--buildfct5
-rwxr-xr-xgetmock11
-rwxr-xr-xmkallrepo4
-rw-r--r--mock/el7x.cfg128
-rw-r--r--mock/el7x55.cfg128
-rw-r--r--mock/el7x56.cfg128
-rw-r--r--mock/el7xt.cfg128
7 files changed, 529 insertions, 3 deletions
diff --git a/buildfct b/buildfct
index 04c5594..7643b57 100644
--- a/buildfct
+++ b/buildfct
@@ -101,6 +101,11 @@ alias mockel6xt=" mock --configdir=$mocketc -r el6xt r
alias mockel6x55=" mock --configdir=$mocketc -r el6x55 rebuild "
alias mockel6x56=" mock --configdir=$mocketc -r el6x56 rebuild "
+alias mockel7x=" mock --configdir=$mocketc -r el7x rebuild "
+alias mockel7xt=" mock --configdir=$mocketc -r el7xt rebuild "
+alias mockel7x55=" mock --configdir=$mocketc -r el7x55 rebuild "
+alias mockel7x56=" mock --configdir=$mocketc -r el7x56 rebuild "
+
alias mockscl=" mock --configdir=$mocketc -r el6xscl54 rebuild "
alias mockdevi="setarch i686 mock -r fedora-devel-i386 rebuild "
diff --git a/getmock b/getmock
index ce3edbe..dffe60c 100755
--- a/getmock
+++ b/getmock
@@ -152,6 +152,9 @@ elif [ $1 = all55 ]; then
getOneMock el${n}i php55
getOneMock el${n}x php55
done
+ n=7
+ getOneMock el${n}x php55
+
elif [ $1 = all56 ]; then
for n in $(seq 19 20)
do
@@ -163,18 +166,24 @@ elif [ $1 = all56 ]; then
getOneMock el${n}i php56
getOneMock el${n}x php56
done
+ n=7
+ getOneMock el${n}x php56
+
elif [ $1 = all54 ]; then
for n in $(seq 5 6)
do
getOneMock el${n}i remi
getOneMock el${n}x remi
done
+ n=7
+ getOneMock el${n}x remi
+
elif [ $1 = allx ]; then
for i in $(seq 14 20)
do
getOneMock fc${i}x $opt
done
- for i in $(seq 5 6)
+ for i in $(seq 5 6 7)
do
getOneMock el${i}x $opt
done
diff --git a/mkallrepo b/mkallrepo
index 3628e1d..b1179f6 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -6,7 +6,7 @@ TMPLNK=$(mktemp)
cd /home/rpmbuild/site/rpms
#for dep in *.{i386,ppc,ppc64,x86_64} fedora/*/*/{i386,ppc,ppc64,x86_64}
-for dep in fedora/{13,14,15,16,17,18,19,20}/*/{i386,x86_64} enterprise/{5,6}/*/{i386,x86_64}
+for dep in fedora/{13,14,15,16,17,18,19,20}/*/{i386,x86_64} enterprise/{5,6,7}/*/{i386,x86_64}
do
arch=${dep##*/}
@@ -51,7 +51,7 @@ else echo "Rien à lier."
fi
#for dep in *.{i386,ppc,ppc64,x86_64} fedora/*/*/{i386,ppc,ppc64,x86_64}
-for dep in SRPMS fedora/{13,14,15,16,17,18,19,20}/*/{i386,x86_64} enterprise/{5,6}/*/{i386,x86_64}
+for dep in SRPMS fedora/{13,14,15,16,17,18,19,20}/*/{i386,x86_64} enterprise/{5,6,7}/*/{i386,x86_64}
do
if [ -d $dep/repodata -a $dep -nt $dep/repodata -a ! -f $dep/.closed ]
then echo "== Actualisation de $dep =="
diff --git a/mock/el7x.cfg b/mock/el7x.cfg
new file mode 100644
index 0000000..e515a46
--- /dev/null
+++ b/mock/el7x.cfg
@@ -0,0 +1,128 @@
+config_opts['root'] = 'el7x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
+
+config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el7x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/el7x"
+config_opts['cleanup_on_success'] = True
+config_opts['cleanup_on_failure'] = False
+
+config_opts['createrepo_on_rpms'] = True
+config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
+
+config_opts['macros']['%_smp_mflags']="-j6"
+config_opts['macros']['%vendor']="Remi Collet"
+config_opts['macros']['%packager']="http://blog.famillecollet.com/"
+config_opts['macros']['%dist']=".el7.remi"
+config_opts['macros']['%rhel']="7"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+
+config_opts['yum.conf'] = """
+[main]
+cachedir=/var/cache/yum
+debuglevel=1
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+syslog_ident=mock
+syslog_device=
+
+# repos
+[rhel-7]
+name=rhel-7
+baseurl=file:/mnt/rhel-7-x86_64/
+enabled=0
+
+[rc]
+name=rc
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/
+enabled=1
+
+[rc-optional]
+name=rc-optional
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server-optional/x86_64/os/
+enabled=1
+
+[centos-base]
+name=BaseOS
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os
+failovermethod=priority
+enabled=0
+
+[centos-updates]
+name=updates
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates
+failovermethod=priority
+enabled=0
+
+[epel]
+name=epel
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64
+failovermethod=priority
+enabled=1
+
+[epel-testing]
+name=epel-testing
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
+failovermethod=priority
+enabled=0
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/remi/x86_64/
+enabled=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/test/x86_64/
+enabled=0
+
+[remi-php55]
+name=remi php55
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php55/x86_64/
+enabled=0
+
+[remi-php56]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php56/x86_64/
+enabled=0
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-6&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free-updates
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-6&arch=x86_64
+enabled=0
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-6E-epel-build/latest/x86_64/
+cost=2000
+enabled=0
+
+[result]
+name=result
+baseurl=file:/var/lib/mock/el7x/
+enabled=1
+
+
+"""
+
diff --git a/mock/el7x55.cfg b/mock/el7x55.cfg
new file mode 100644
index 0000000..fbc3f13
--- /dev/null
+++ b/mock/el7x55.cfg
@@ -0,0 +1,128 @@
+config_opts['root'] = 'el7x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
+
+config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el7x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/el7x"
+config_opts['cleanup_on_success'] = True
+config_opts['cleanup_on_failure'] = False
+
+config_opts['createrepo_on_rpms'] = True
+config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
+
+config_opts['macros']['%_smp_mflags']="-j6"
+config_opts['macros']['%vendor']="Remi Collet"
+config_opts['macros']['%packager']="http://blog.famillecollet.com/"
+config_opts['macros']['%dist']=".el7.remi"
+config_opts['macros']['%rhel']="7"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+
+config_opts['yum.conf'] = """
+[main]
+cachedir=/var/cache/yum
+debuglevel=1
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+syslog_ident=mock
+syslog_device=
+
+# repos
+[rhel-7]
+name=rhel-7
+baseurl=file:/mnt/rhel-7-x86_64/
+enabled=0
+
+[rc]
+name=rc
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/
+enabled=1
+
+[rc-optional]
+name=rc-optional
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server-optional/x86_64/os/
+enabled=1
+
+[centos-base]
+name=BaseOS
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os
+failovermethod=priority
+enabled=0
+
+[centos-updates]
+name=updates
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates
+failovermethod=priority
+enabled=0
+
+[epel]
+name=epel
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64
+failovermethod=priority
+enabled=1
+
+[epel-testing]
+name=epel-testing
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
+failovermethod=priority
+enabled=0
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/remi/x86_64/
+enabled=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/test/x86_64/
+enabled=0
+
+[remi-php55]
+name=remi php55
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php55/x86_64/
+enabled=1
+
+[remi-php56]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php56/x86_64/
+enabled=0
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-6&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free-updates
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-6&arch=x86_64
+enabled=0
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-6E-epel-build/latest/x86_64/
+cost=2000
+enabled=0
+
+[result]
+name=result
+baseurl=file:/var/lib/mock/el7x/
+enabled=1
+
+
+"""
+
diff --git a/mock/el7x56.cfg b/mock/el7x56.cfg
new file mode 100644
index 0000000..9badfc1
--- /dev/null
+++ b/mock/el7x56.cfg
@@ -0,0 +1,128 @@
+config_opts['root'] = 'el7x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
+
+config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el7x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/el7x"
+config_opts['cleanup_on_success'] = True
+config_opts['cleanup_on_failure'] = False
+
+config_opts['createrepo_on_rpms'] = True
+config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
+
+config_opts['macros']['%_smp_mflags']="-j6"
+config_opts['macros']['%vendor']="Remi Collet"
+config_opts['macros']['%packager']="http://blog.famillecollet.com/"
+config_opts['macros']['%dist']=".el7.remi"
+config_opts['macros']['%rhel']="7"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+
+config_opts['yum.conf'] = """
+[main]
+cachedir=/var/cache/yum
+debuglevel=1
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+syslog_ident=mock
+syslog_device=
+
+# repos
+[rhel-7]
+name=rhel-7
+baseurl=file:/mnt/rhel-7-x86_64/
+enabled=0
+
+[rc]
+name=rc
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/
+enabled=1
+
+[rc-optional]
+name=rc-optional
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server-optional/x86_64/os/
+enabled=1
+
+[centos-base]
+name=BaseOS
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os
+failovermethod=priority
+enabled=0
+
+[centos-updates]
+name=updates
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates
+failovermethod=priority
+enabled=0
+
+[epel]
+name=epel
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64
+failovermethod=priority
+enabled=1
+
+[epel-testing]
+name=epel-testing
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
+failovermethod=priority
+enabled=0
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/remi/x86_64/
+enabled=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/test/x86_64/
+enabled=0
+
+[remi-php55]
+name=remi php55
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php55/x86_64/
+enabled=0
+
+[remi-php56]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php56/x86_64/
+enabled=1
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-6&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free-updates
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-6&arch=x86_64
+enabled=0
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-6E-epel-build/latest/x86_64/
+cost=2000
+enabled=0
+
+[result]
+name=result
+baseurl=file:/var/lib/mock/el7x/
+enabled=1
+
+
+"""
+
diff --git a/mock/el7xt.cfg b/mock/el7xt.cfg
new file mode 100644
index 0000000..7b93ddd
--- /dev/null
+++ b/mock/el7xt.cfg
@@ -0,0 +1,128 @@
+config_opts['root'] = 'el7x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
+
+config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el7x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/el7x"
+config_opts['cleanup_on_success'] = True
+config_opts['cleanup_on_failure'] = False
+
+config_opts['createrepo_on_rpms'] = True
+config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
+
+config_opts['macros']['%_smp_mflags']="-j6"
+config_opts['macros']['%vendor']="Remi Collet"
+config_opts['macros']['%packager']="http://blog.famillecollet.com/"
+config_opts['macros']['%dist']=".el7.remi"
+config_opts['macros']['%rhel']="7"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+
+config_opts['yum.conf'] = """
+[main]
+cachedir=/var/cache/yum
+debuglevel=1
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+syslog_ident=mock
+syslog_device=
+
+# repos
+[rhel-7]
+name=rhel-7
+baseurl=file:/mnt/rhel-7-x86_64/
+enabled=0
+
+[rc]
+name=rc
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/
+enabled=1
+
+[rc-optional]
+name=rc-optional
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server-optional/x86_64/os/
+enabled=1
+
+[centos-base]
+name=BaseOS
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os
+failovermethod=priority
+enabled=0
+
+[centos-updates]
+name=updates
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates
+failovermethod=priority
+enabled=0
+
+[epel]
+name=epel
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64
+failovermethod=priority
+enabled=1
+
+[epel-testing]
+name=epel-testing
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
+failovermethod=priority
+enabled=0
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/remi/x86_64/
+enabled=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/test/x86_64/
+enabled=1
+
+[remi-php55]
+name=remi php55
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php55/x86_64/
+enabled=1
+
+[remi-php56]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php56/x86_64/
+enabled=0
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-6&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free-updates
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-6&arch=x86_64
+enabled=0
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-6E-epel-build/latest/x86_64/
+cost=2000
+enabled=0
+
+[result]
+name=result
+baseurl=file:/var/lib/mock/el7x/
+enabled=1
+
+
+"""
+