1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

update READE, add INSTALL file

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu
2010-05-11 13:47:34 +08:00
parent 18cac78ca3
commit cd7bc7f35a
5 changed files with 24 additions and 17 deletions

1
debian/.gitignore vendored
View File

@@ -1,5 +1,6 @@
/xburst_stage1.bin
/xburst_stage2.bin
/stage1.bin
/changelog.upstream
/files

View File

@@ -26,5 +26,5 @@ upstream_version="${release}+${date}"
# Generate tarball.
echo "packaging $(git rev-parse --short FETCH_HEAD)"
git archive FETCH_HEAD -- usbboot |
git archive FETCH_HEAD -- usbboot xbboot |
gzip -n -9 > "xburst-tools_$upstream_version.orig.tar.gz"