How to archive a hostapd release in git repository

Yen-Jung Chang yenjung
Thu Jan 3 02:39:40 PST 2008


The files in directory hostap.git/hostapd with commit id
b4206832e6f22f2eb5a774b04c55e76332363ec8 are same with those fils in
directory hostapd inside released tar ball hostapd-0.6.2.tar.gz.

But it is not for commit id 034e1da1ecbb7cb7818411e7f71c8d40b42828be and
hostapd-0.4.8.tar.gz

Following is my commands to compare the files for hostapd version 0.4.8

# git-clone git://w1.fi/srv/git/hostap.git hostap.git
# git-archive --format=tar --prefix=hostap-0.4.8.git/ --remote=./hostap.git/
034e1da1ecbb7cb7818411e7f71c8d40b42828be | tar -xvf -
# (download http://hostap.epitest.fi/releases/hostapd-0.4.8.tar.gz)
# tar zxf hostapd-0.4.8.tar.gz
# diff -urN hostapd-0.4.8/ hostap-0.4.8.git/hostapd/

Then, there are 32 files' changes dummped.

I think these two directories should be same.

Is there any command I used wrong?

Thanks,
Yj.


2008/1/2, Yen-Jung Chang <yenjung at gmail.com>:
>
> Hi Jouni,
>
> How could I archive a hostapd release in git repository?
>
> I cloned the git repository and archived with the tag hostap_0_4_8, then
> compared the files in directory hostapd with the tar ball
> hostapd-0.4.8.tar.gz .
> There are 32 files different!!!!
>
> Do I use the right way to archive the hostapd release in git repository?
>
> Thanks,
> YJ.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20080103/fe886327/attachment.htm 



More information about the Hostap mailing list