dipsec / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

tarball (is not build from and) does not unpack into a versioned directory #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

pull the tarball and unpack it

What is the expected output? What do you see instead?

$ tar zxf skipfish-1.05b.tgz
$ ls

and we see: 
README  skipfish  skipfish-1.05b.tgz

rather than a nice versioned directory, permitting easier 'diff'ing,
deltas, and avoidance of error from being in the wrong place

We should have seen:

README  skipfish-1.05b/  skipfish-1.05b.tgz

perhaps

What version of the product are you using? On what operating system?

As above on a CentOS 5 unit

Please provide any additional information below.

Please consider this as it greatly simplifies source code management for
packaging systems.

Original issue reported on code.google.com by herrold on 21 Mar 2010 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by lcam...@gmail.com on 21 Mar 2010 at 2:41

GoogleCodeExporter commented 9 years ago
This will be taken care of in the upcoming version.

Original comment by lcam...@gmail.com on 5 Jul 2010 at 9:12