Skip to content

Commit

Permalink
Add script to create patchset archive
Browse files Browse the repository at this point in the history
  • Loading branch information
giddie committed Nov 21, 2009
1 parent ee71697 commit e29641d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make_archive
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

NAME="poppler-qt4-cairo-backend"

git archive HEAD --prefix=$NAME/ | bzip2 > $NAME.tar.bz2

0 comments on commit e29641d

Please sign in to comment.