Hi Daniel,

Dne 02.08.2024 (pet) ob 17:10 +0200 je Daniel Gröber napisal(a):
> 
>  - d/rules clean doesn't cleanup after tests
> 

...

> 
> Right now I have to `git reset --hard HEAD; git clean -xfd` to get rid of
> all the build byproducts.
> 
> 

...

> Looking at what remains after `quilt pop -a` I see untracked files
> test/repo/* which you create with your 0005 patch. Really that should
> probably be in test/tmp which upstream has already setup to be removed by
> their clean target.
> 
> Other than that I see changes to upstream files:
> 
> modified   test/repo/bar/config
> @@ -2,3 +2,7 @@
>       repositoryformatversion = 0
>       filemode = true
>       bare = true
> +     logallrefupdates = true
> +[user]
> +     name = BarUser
> +     email = bar@bar
> deleted    test/repo/bar/objects/94/c86ffc745232d89f78c6f895e11e71272518db
> deleted    test/repo/bar/objects/f6/2a8ff3feadf39b0a98f1a86ec6d1eb33858ee9
> modified   test/repo/bar/refs/heads/master
> @@ -1 +1 @@
> -94c86ffc745232d89f78c6f895e11e71272518db
> +e2aebf65b96f0be7595bffed8ff42cc69334f150
> modified   test/repo/bar/refs/tags/A
> @@ -1 +1 @@
> -f62a8ff3feadf39b0a98f1a86ec6d1eb33858ee9
> +f8206189232afa81e999b1b3aeb524fc4d9bae46
> modified   test/repo/foo/config
> @@ -2,3 +2,7 @@
>       repositoryformatversion = 0
>       filemode = true
>       bare = true
> +     logallrefupdates = true
> +[user]
> +     name = FooUser
> +     email = foo@foo
> deleted    test/repo/foo/objects/e2/1291a1ad392a9d4c51dd9586804f1467b28afd
> modified   test/repo/foo/refs/heads/master
> @@ -1 +1 @@
> -e21291a1ad392a9d4c51dd9586804f1467b28afd
> +e51641c054bb9e0591a8a95d0789e10abb308de2
> modified   test/repo/init/config
> @@ -1,5 +1,8 @@
>  [core]
>       repositoryformatversion = 0
>       filemode = true
> -     bare = false
> +     bare = true
>       logallrefupdates = true
> +[user]
> +     name = InitUser
> +     email = init@init
> deleted    test/repo/init/objects/32/5180321750a21cd7a4e7ecda319e557a4f6a09
> deleted    test/repo/init/objects/3d/918c6901c02f43af5d31779dd5e1f9166aeb36
> deleted    test/repo/init/objects/58/931fc1bd559b59c41ea738fc7ad04f9ad01bd3
> deleted    test/repo/init/objects/94/7b3d714c38791e95ad6f928b48c98bb8708acd
> deleted    test/repo/init/objects/c3/ee8978c4c5d84c3b7d00ba8e5906933d027882
> modified   test/repo/init/refs/heads/master
> 

How do you run your build to get to this state? When i run 'gbp buildpackage'
from my local debian/sid branch, my git checkout stays intact.

thanks, Samo

Reply via email to