Opened 8 years ago
Closed 8 years ago
#5239 closed defect (fixed)
obfsproxy's "make dist" does not produce a buildable tarball
Reported by: | asn | Owned by: | asn |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Archived/Obfsproxy | Version: | |
Severity: | Keywords: | ||
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
When I try to build the tarball that 'make dist' produced, I get:
make[1]: *** No rule to make target `doc/obfsproxy.1', needed by `all-am'. Stop.
Child Tickets
Change History (5)
comment:1 Changed 8 years ago by
Status: | new → needs_review |
---|
comment:2 follow-up: 4 Changed 8 years ago by
This seems to add in all the temporary files currently in the doc directory too. Not so good.
comment:3 Changed 8 years ago by
Status: | needs_review → needs_revision |
---|
comment:4 Changed 8 years ago by
Status: | needs_revision → needs_review |
---|
Replying to nickm:
This seems to add in all the temporary files currently in the doc directory too. Not so good.
Aha. I just pushed bug5239_take2
which explicitly adds all the current doc/ files into the release archive. The downside is that we will have to append any new doc/ files to the list.
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | needs_review → closed |
Looks good; merged.
The downside is that we will have to append any new doc/ files to the list.
That's probably inescapable if we want the ability to have files in our working directory that don't automatically get included in the distribution. (Which we do.)
Please see
bug5239
inhttps://git.gitorious.org/obfsproxy/obfsproxy.git
.It solves the problem by adding the whole
doc/
directory in the release tarball.