Skip to content

Commit 4521fc9

Browse files
committed
(Debian packaging) remove archive generation workaround
1 parent 486f007 commit 4521fc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debian/gbp.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ prebuild = bash -c "
1919
# Create upstream tarball from reference, exclude items that do not belong
2020
pushd $GBP_GIT_DIR/.. &&
2121
ls -1 &&
22-
# TODO: remove this line and the next after the first time the change is pushed
23-
echo '/.* !export-ignore' >$GBP_GIT_DIR/info/attributes &&
2422
git archive --format=tar --prefix=mongo-cxx-driver-\${upstream_version}/ \${archive_ref} | tar -f - --delete mongo-cxx-driver-\${upstream_version}/debian \$js_filter_files | gzip > $GBP_BUILD_DIR/../mongo-cxx-driver_\${upstream_version}.orig.tar.gz &&
2523
popd &&
2624
rm -rf \$js_rm_files"

0 commit comments

Comments
 (0)