Hi,
I need to use `date +%Y-%m-%d %H:%M:%S` in the `post` part, but the %S turn
out to be %SOURCE, how to escape it?
BR
--
xiaofeng
--
gpg key fingerprint:
2048R/5E63005B
C84F 671F 70B7 7330 4726 5EC8 02BC CBA2 5E63 005B
--
trans-zh_cn mailing list
trans-zh_cn(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/trans-zh_cn
======================
#fedora-meeting-1: fpc
======================
Meeting started by geppetto at 16:00:32 UTC. The full logs are
available
at
https://meetbot.fedoraproject.org/fedora-meeting-1/2018-09-06/fpc.2018-
09-06-16.00.log.html
.
Meeting summary
---------------
* Roll Call (geppetto, 16:00:32)
* Schedule (geppetto, 16:05:41)
* LINK:
https://lists.fedoraproject.org/archives/list/packaging@lists.fedoraproject.org/message/6J2UC2OWNLAN7KIZIZPTX7Y2DFD5FYWA/
(geppetto, 16:05:42)
* #727 convert guidelines to git and restructured text (geppetto,
16:05:52)
* ACTION: convert latest versions of wiki packages to new format,
publish it, make wiki read-only (+1:6, 0:0, -1:0) (geppetto,
16:11:35)
* #719 Simplify packaging of forge-hosted projects (geppetto,
16:16:09)
* ACTION: tibbs to deal with PR soon, hopefully today (geppetto,
16:20:50)
* Need some policy for this, probably in Packaging:SourceURL
(geppetto, 16:21:06)
* #740 Add "%python_enable_dependency_generator" onto Packaging:Python
(geppetto, 16:24:45)
* Open Floor (geppetto, 16:39:42)
Meeting ended at 16:59:15 UTC.
Action Items
------------
* convert latest versions of wiki packages to new format, publish it,
make wiki read-only (+1:6, 0:0, -1:0)
* tibbs to deal with PR soon, hopefully today
Action Items, by person
-----------------------
* tibbs
* tibbs to deal with PR soon, hopefully today
* **UNASSIGNED**
* convert latest versions of wiki packages to new format, publish it,
make wiki read-only (+1:6, 0:0, -1:0)
People Present (lines said)
---------------------------
* geppetto (56)
* tibbs (51)
* mhroncok (43)
* ignatenkobrain (23)
* zodbot (15)
* decathorpe (14)
* limburgher (6)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
Hi list,
I recently wanted to update the Fedora package of gcovr
(https://github.com/gcovr/gcovr) However, I have hit the following
problem: the gcovr doc is build via sphinx, but it won't build unless
gcovr is installed, both the binary and the python package.
A little background: gcovr is a Python package and is build & installed
via setuptools. This means that before `setup.py install` has run, the
package is not available to Python and the binary gcovr was not created
yet. It would be ideal for the documentation to build it after the
%install section (e.g. in the %check section, but that is certainly
prohibited).
Cheers,
Dan