mirror of https://github.com/zulip/zulip.git
build-release-tarball: Cut a recently-obsoleted comment.
We no longer use .gitattributes for this purpose (since bfaf0fb3b
),
so this comment isn't true anymore.
This commit is contained in:
parent
18f9e18324
commit
3d1211edcf
|
@ -42,7 +42,6 @@ TMP_CHECKOUT=$TMPDIR/$prefix
|
|||
TARBALL=$TMPDIR/$prefix.tar
|
||||
BASEDIR=$(pwd)
|
||||
|
||||
# .gitattributes lists the files that are not exported
|
||||
git archive -o "$TARBALL" "--prefix=$prefix/" HEAD
|
||||
|
||||
cd "$TMPDIR"
|
||||
|
|
Loading…
Reference in New Issue