verification for groovy:

for git source:

$ ls -ld .git
drwxrwxr-x 7 ubuntu ubuntu 4096 Apr  7 19:58 .git
$ dpkg-parsechangelog -S Version
1:5.0-5ubuntu9.6
$ dpkg-buildpackage 
...

$ grep -r GIT_UPDATE b
b/qemu-xen/config-host.mak:GIT_UPDATE=yes
b/qemu-microvm/config-host.mak:GIT_UPDATE=yes
b/qemu/config-host.mak:GIT_UPDATE=yes
b/user-static/config-host.mak:GIT_UPDATE=yes
$ grep -r GIT_SUBMODULES_ACTION b
$ 

$ ls -ld .git
drwxrwxr-x 7 ubuntu ubuntu 4096 Apr  7 20:02 .git
$ dpkg-parsechangelog -S Version
1:5.0-5ubuntu9.7
$ dpkg-buildpackage 
...

$ grep -r GIT_UPDATE b
$ grep -r GIT_SUBMODULES_ACTION b
b/qemu-xen/config-host.mak:GIT_SUBMODULES_ACTION=ignore
b/qemu-microvm/config-host.mak:GIT_SUBMODULES_ACTION=ignore
b/qemu/config-host.mak:GIT_SUBMODULES_ACTION=ignore
b/user-static/config-host.mak:GIT_SUBMODULES_ACTION=ignore


for non-git source:

$ dpkg-source -x qemu_5.0-5ubuntu9.6.dsc 
...
$ cd qemu-5.0/
$ ls -ld .git
ls: cannot access '.git': No such file or directory
$ dpkg-parsechangelog -S Version
1:5.0-5ubuntu9.6
$ dpkg-buildpackage 
...

$ grep -r GIT_UPDATE b
b/qemu-xen/config-host.mak:GIT_UPDATE=no
b/qemu-microvm/config-host.mak:GIT_UPDATE=no
b/qemu/config-host.mak:GIT_UPDATE=no
b/user-static/config-host.mak:GIT_UPDATE=no
$ grep -r GIT_SUBMODULES_ACTION b
$

$ dpkg-source -x qemu_5.0-5ubuntu9.7.dsc
...
$ cd qemu-5.0/
$ ls -ld .git
ls: cannot access '.git': No such file or directory
$ dpkg-parsechangelog -S Version
1:5.0-5ubuntu9.7
$ dpkg-buildpackage 
...

$ grep -r GIT_UPDATE b
$ grep -r GIT_SUBMODULES_ACTION b
b/qemu-xen/config-host.mak:GIT_SUBMODULES_ACTION=ignore
b/qemu-microvm/config-host.mak:GIT_SUBMODULES_ACTION=ignore
b/qemu/config-host.mak:GIT_SUBMODULES_ACTION=ignore
b/user-static/config-host.mak:GIT_SUBMODULES_ACTION=ignore


** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887535

Title:
  build operates differently if source is a git repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1887535/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to