[Buildbot-commits] [buildbot/buildbot] 17f522: NightlyBase doesn't convert string in dayOfWeek pa...
GitHub
noreply at github.com
Mon Dec 8 18:49:45 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 17f522c7a26a874bb57c43fed574e06fec157fa8
https://github.com/buildbot/buildbot/commit/17f522c7a26a874bb57c43fed574e06fec157fa8
Author: Stefan Gangefors <stefanga at axis.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M master/buildbot/schedulers/timed.py
M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py
Log Message:
-----------
NightlyBase doesn't convert string in dayOfWeek param
No conversion is made of the value in dayOfWeek if it's a string. The
value is directly passed to croniter without proper conversion.
This fix handles both single string values and multiple comma separated
values as well as abbreviation in the string. ("0" "5,6" "0,fri" et.c.)
Commit: fdef03530fba2ec8c49c33e9dfdf6b86cdc71359
https://github.com/buildbot/buildbot/commit/fdef03530fba2ec8c49c33e9dfdf6b86cdc71359
Author: Stefan Gangefors <stefanga at axis.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M master/buildbot/schedulers/timed.py
Log Message:
-----------
Updated variable name and comments
Commit: 71f21640e15a0bd46494a0fec79212e3137e4b2d
https://github.com/buildbot/buildbot/commit/71f21640e15a0bd46494a0fec79212e3137e4b2d
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M master/buildbot/schedulers/timed.py
M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py
Log Message:
-----------
Merge pull request #1424 from gangefors/fix/nightly_doesnt_convert_string_in_dayofweek
NightlyBase doesn't convert string in dayOfWeek param
Compare: https://github.com/buildbot/buildbot/compare/4c5af19eb944...71f21640e15a
More information about the Commits
mailing list