File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -387,16 +387,14 @@ rpm:
387387 rpmbuild -ba gcc-python-plugin.spec
388388
389389# Perform a test (scratch) build in Koji:
390- # f16 was gcc 4.6, but this has been deleted from Koji
391- # f17: gcc 4.7
392- # f19: gcc 4.8
393- koji-gcc-4.6 : srpm
394- koji build --scratch f16 ~ /rpmbuild/SRPMS/gcc-python-plugin-$(VERSION ) -1.fc17.src.rpm
390+ # The following have been deleted from Koji:
391+ # f16 was gcc 4.6
392+ # f17 was gcc 4.7
393+ # f19 was gcc 4.8
394+ koji-gcc-5 : srpm
395+ koji build --scratch f23 ~ /rpmbuild/SRPMS/gcc-python-plugin-$(VERSION ) -1.fc20.src.rpm
395396
396- koji-gcc-4.7 : srpm
397- koji build --scratch f17 ~ /rpmbuild/SRPMS/gcc-python-plugin-$(VERSION ) -1.fc17 .src.rpm
397+ koji-gcc-6 : srpm
398+ koji build --scratch f24 ~ /rpmbuild/SRPMS/gcc-python-plugin-$(VERSION ) -1.fc20 .src.rpm
398399
399- koji-gcc-4.8 : srpm
400- koji build --scratch f19 ~ /rpmbuild/SRPMS/gcc-python-plugin-$(VERSION ) -1.fc17.src.rpm
401-
402- koji : koji-gcc-4.7 koji-gcc-4.8
400+ koji : koji-gcc-5 koji-gcc-6
You can’t perform that action at this time.
0 commit comments