Ticket #22 (closed defect: fixed)
ChangeLog not created if svn2cl not installed
| Reported by: | bruno | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.1 |
| Component: | pb | Version: | 0.8.12 |
| Keywords: | Cc: |
Description
ChangeLog? not created if svn2cl not installed => rpm build fails later on
Change History
comment:2 Changed 5 years ago by bruno
- Owner set to bruno
- Status changed from new to assigned
- Milestone changed from 0.9.1 to 0.9.2
comment:4 Changed 5 years ago by bruno
- Milestone changed from 0.9.3 to 0.9.4
We should import svn2cl/cvs2cl code into pb to be independent
comment:9 in reply to: ↑ description Changed 4 years ago by benoitm
Replying to bruno:
ChangeLog? not created if svn2cl not installed => rpm build fails later on
This create a bug and stop the program
Unable to create /home/benoit/develop/project-builder/gosa/delivery/gosa-trunk/ChangeLog at /usr/share/perl/5.10/ProjectBuilder/CMS.pm line 761.
I think that a depency to svn2cl or cvs2cl is not that bad
or remove the die and create a basic changelog
cheers
comment:10 Changed 4 years ago by bruno
As I just use a small portion of those tools, I was even considering including the code in pb directly. What is your take on this ?
A dependency is probably what is needed if we resort to keep an external call.
comment:13 Changed 2 years ago by bruno
- Status changed from assigned to closed
- Resolution set to fixed
I think this bug is since a long time fixed in fact as the call to svn2cl or cvs2cl is checked, and anyway an empty log file is created. Please reopen if you think there is still an issue.
