Skip to content

Commit

Permalink
Updated mkpack to support git repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeni committed Jun 30, 2009
1 parent 6f97a25 commit 57d5048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkpack.sh
Expand Up @@ -3,7 +3,8 @@
# Creates a binary pack for current version.
#

REVNO=$(bzr revno)
#REVNO=$(bzr revno)
REVNO=$(git log --pretty=oneline|wc -l)

COMPRESS="-t7z -m0=BCJ2 -m1=LZMA:d=25:fb=255:a=2:lc=7:mf=bt3 -m2=LZMA:d=19:fb=128:a=2:lc=0:lp=2:mf=bt3 -m3=LZMA:d=19:fb=128:a=2:lc=0:lp=2:mf=bt3 -mb0:1 -mb0s1:2 -mb0s2:3"

Expand Down

0 comments on commit 57d5048

Please sign in to comment.