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

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Fri Sep 3 18:53:44 CEST 2021


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 at 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
-- 
2.33.0



More information about the Trisquel-devel mailing list