Re: [DynInst_API:] question about the dyninst tarball packaging

2013-07-30 Thread Bill Williams
On 07/29/2013 09:03 AM, William Cohen wrote: The Fedora source rpm uses git checkout from the dyninst git repository like the following from the dyninst.spec file: # following commands to generate the tarball: # git clone http://git.dyninst.org/dyninst.git; cd dyninst # git archive --format=t

[DynInst_API:] question about the dyninst tarball packaging

2013-07-29 Thread William Cohen
The Fedora source rpm uses git checkout from the dyninst git repository like the following from the dyninst.spec file: # following commands to generate the tarball: # git clone http://git.dyninst.org/dyninst.git; cd dyninst # git archive --format=tar.gz --prefix=dyninst/ v8.1.2 > dyninst-8.1.2.