New Mock release
by Miroslav Suchý
Hi,
I just released new version of Mock.
https://fedoraproject.org/wiki/Mock/1.2.19
Copy from the above url:
Mock version 1.2.19 has those changes:
* plugin Mock/Plugin/PackageState is now enabled by default and it
has new options. By default this plugin now generate list of installed
packages. List of available packages is disabled by default.
* Fedora 25 configs has been added
* GPG keys in configs are now used from package
``distribution-gpg-keys``. Keys in /etc/pki/mock will be still shipped
for some time, so we do not break old user config. But new one will not
be added and users are encouraged to migrate their paths to GPG keys.
* you can include some other config using:
include('/path/to/config/to/be/included/include.cfg')
* there is new option available which will install additional
package to minimal chroot. This is extension of already existing option
``chroot_setup_cmd``. It was added to easy automated changed of minimal
buildroot in Copr.:
config_opts['chroot_additional_packages'] = 'some_package other_package'
* And it resolves those bugs: RHBZ#1272381, RHBZ#1358397,
RHBZ#1362478, RHBZ#1277187, RHBZ#1298220, RHBZ#1264508.
And few notes about future release:
* in next release will be very likely resolved RHBZ#1246810. I.e.
/usr/sbin/mock will be moved to /usr/libexec/mock/mock. Since this is
very big change, next release will likely be 1.3.0
* Development and documentation will likely move to Github or
Pagure. Please follow buildsys mailing list.
--
Miroslav Suchy, RHCA
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
6 years, 8 months
Mock upstream git repo moved
by Miroslav Suchý
Hi,
per previous discussion I moved Mock upstream git repository.
Previously it was:
https://git.fedorahosted.org/cgit/mock.git
Now it is:
https://github.com/rpm-software-management/mock
If you have checkout of mock.git, please execute:
git remote set-url origin git@github.com:rpm-software-management/mock.git
or (for anonymous checkout)
git remote set-url origin https://github.com/rpm-software-management/mock.git
I migrated all branches and nearly all tags. I had to delete about 10 tags (mainly from 0.6 branch), because I hit this
issue:
https://sunweavers.net/blog/node/36
If you care about those old tags, please let me know. Otherwise I will not migrate them as it is very old history.
If you are member of mock-git group in FAS you should get separate email. If you missed it and you want to have write
access, please let me know.
I will be migrating the documentation there too, but it will take some time.
--
Miroslav Suchy, RHCA
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
6 years, 9 months
Move mock upstream to github or pagure?
by Miroslav Suchý
At Flock, sever people asked me why Mock is not on github or pagure as
it would easy the contribution process.
I am thinking the same for some time. But I was just lazy to initialize
it. So here it comes now:
Does anyone object if I move it? What is your preference? Github or Pagure?
And BTW: I am preparing new release (with F25 configs), so if you have
some patches lying somewhere, it is good time to send them my way right now.
--
Miroslav Suchy, RHCA
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
6 years, 9 months