mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-27 14:51:29 +00:00
Updating to existing milestone latest so the changelog will merge because they're just difficult to handle in version control.
This commit is contained in:
commit
69ec667c35
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,9 +1,14 @@
|
|||||||
ubuntu-dev-tools (0.121) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.121) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Daniel Holbach ]
|
||||||
* harvest, setup.py: install tool that queries Harvest for information
|
* harvest, setup.py: install tool that queries Harvest for information
|
||||||
about open opportunities for a given source package.
|
about open opportunities for a given source package.
|
||||||
|
|
||||||
-- Daniel Holbach <daniel.holbach@ubuntu.com> Mon, 21 Mar 2011 12:24:56 +0100
|
[ Ted Gould ]
|
||||||
|
* lp-project-upload: Use a milestone that already exists if there is
|
||||||
|
one to use.
|
||||||
|
|
||||||
|
-- Ted Gould <ted@ubuntu.com> Wed, 23 Mar 2011 20:52:56 -0500
|
||||||
|
|
||||||
ubuntu-dev-tools (0.120) unstable; urgency=low
|
ubuntu-dev-tools (0.120) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -105,7 +105,8 @@ def main():
|
|||||||
if not release:
|
if not release:
|
||||||
for milestone in proj.all_milestones:
|
for milestone in proj.all_milestones:
|
||||||
if milestone.name == version:
|
if milestone.name == version:
|
||||||
release = milestone.createProductRelease(date_released=datetime.date.today().strftime('%Y-%m-%d'))
|
today = datetime.date.today().strftime('%Y-%m-%d')
|
||||||
|
release = milestone.createProductRelease(date_released=today)
|
||||||
if not release:
|
if not release:
|
||||||
release = create_release(proj, version)
|
release = create_release(proj, version)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user