We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486f007 commit 4521fc9Copy full SHA for 4521fc9
debian/gbp.conf
@@ -19,8 +19,6 @@ prebuild = bash -c "
19
# Create upstream tarball from reference, exclude items that do not belong
20
pushd $GBP_GIT_DIR/.. &&
21
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 &&
24
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 &&
25
popd &&
26
rm -rf \$js_rm_files"
0 commit comments