[Trisquel-devel] [PATCH 3/5] CONTRIBUTING.md: fix resulting packages path

Pablo Correa Gomez ablocorrea at hotmail.com
Fri Sep 10 19:32:03 CEST 2021


Unfortunately the contributing documentation in the current etiona
branch is totally out of date, e.g: we're not really using pbuilder any
more but sbuild instead. I fixed the documents in the nabia branch, but
I was too lazy to send the changes also against the etiona branch when
I updated the documentation. Sorry for the inconvenience.

Please review 
https://gitlab.trisquel.org/trisquel/package-helpers/-/blob/nabia/CONTRIBUTING.md
 and 
https://gitlab.trisquel.org/trisquel/package-helpers/-/blob/nabia/README.md
 to see if you find any real issues in the documentation. Any issues
you spot should be fixed in nabia and then the whole update rebased to
the etiona branch.

On Fri, 2021-09-03 at 18:53 +0200, Denis 'GNUtoo' Carikli wrote:
> When using the following:
>     # bash make-base-files
>     # BUILDDIST=etiona BUILDARCH=amd64 pbuilder \
>       build PACKAGES/base-files/*.dsc
> the base-files_10.1ubuntu2.10+9.0trisquel2_amd64.deb package
> ends up in /var/cache/pbuilder/result/.
> 
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo en cyberdimension.org>
> ---
>  CONTRIBUTING.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index 4baa05d..2264c3f 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -91,7 +91,7 @@ The last step generated a source package file, so
> we need to build the binary on
>  sudo BUILDDIST=etiona BUILDARCH=amd64 pbuilder build
> PACKAGES/hello/*.dsc
>  ```
>  
> -The binary packages will be avaliable at
> _/var/cache/pbuilder/jenkins-repos/$BUILDDIST/_
> +The binary packages will be avaliable at /var/cache/pbuilder/result/
>  
>  
>  ## 7. Push your code and make a pull request



More information about the Trisquel-devel mailing list