Dear mentors, The airport-utils[1] repository has several .orig.tar.gz files, all they committed in upstream and pristine-tar branches.
When I run 'gbp export-orig', I got several error messages[2]. So, is clear for me that it is not the way to export all tarballs. Whats is the right way? [1] https://salsa.debian.org/debian/airport-utils [2]: gbp:info: Creating /PKGS/airport-utils-10/airport-utils_2.orig.tar.gz gbp:error: Error creating airport-utils_2.orig.tar.gz: Pristine-tar couldn't checkout "airport-utils_2.orig.tar.gz": fatal: ambiguous argument '119526f1d450e90c3a429b81bf6da0f5dabbad3c^{tree}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' fatal: not a valid object name: 119526f1d450e90c3a429b81bf6da0f5dabbad3c^{tree} tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors pristine-tar: command failed: git archive --format=tar 119526f1d450e90c3a429b81bf6da0f5dabbad3c\^\{tree\} | (cd '/tmp/pristine-tar.vzFVAF5yCg' && tar x) Thanks in advance. Regards, Eriberto

