[debian-mysql] gbp buildpackage
Otto Kekäläinen
otto at debian.org
Sat Jan 12 19:12:22 GMT 2019
Hello!
la 12. tammik. 2019 klo 18.42 Olaf van der Spek (ml at vdspek.org) kirjoitti:
>
> Hi,
>
> Am I missing something?
>
> $ gbp clone --pristine-tar
> git at salsa.debian.org:olafvdspek-guest/mariadb-10.3.git
>
> $ cd mariadb-10.3
>
> $ gbp buildpackage
> gbp:info: Creating /home/olaf/mariadb-10.3_10.3.12.orig.tar.gz
> gbp:error: Error creating mariadb-10.3_10.3.12.orig.tar.gz:
> Pristine-tar couldn't checkout "mariadb-10.3_10.3.12.orig.tar.gz":
> execution failed: [Errno 2] No such file or directory: 'pristine-tar':
> 'pristine-tar'
Your "screenshot" above does not show any output for 'gbp clone'. Does
that mean that there was no output or you just omitted it?
I suspect your clone didn't work and your local pristine-tar branch
does not exists or is empty etc.
Same commands on my machine are successful (to the point that the
build deps are not installed):
tmp$ gbp clone --pristine-tar
https://salsa.debian.org/olafvdspek-guest/mariadb-10.3.git
gbp:info: Cloning from
'https://salsa.debian.org/olafvdspek-guest/mariadb-10.3.git'
tmp/mariadb-10.3$ git branch
* master
pristine-tar
upstream
tmp/mariadb-10.3$ gbp buildpackage
gbp:info: Creating /tmp/mariadb-10.3_10.3.12.orig.tar.gz
gbp:info: Performing the build
dpkg-buildpackage -rfakeroot -us -uc -ui -i -I
dpkg-buildpackage: info: source package mariadb-10.3
dpkg-buildpackage: info: source version 1:10.3.12-1
dpkg-buildpackage: info: source distribution unstable
...
tmp/mariadb-10.3$ gbp --version
gbp 0.9.8
More information about the pkg-mysql-maint
mailing list