[Trisquel-devel] [PATCH 2/5] CONTRIBUTING.md: Update to ethiona

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


This change was made with the following command:
$ sed 's/belenos/etiona/' -i CONTRIBUTING.md

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 CONTRIBUTING.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b10a25f..4baa05d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,7 +20,7 @@ sudo ln -s $(readlink -f trisquel-builder/hooks) /var/cache/pbuilder/hooks.d
 
  1. Create the build environment for each distribution/architecture you want to work with
 ```
-sudo BUILDDIST=belenos BUILDARCH=amd64 pbuilder create 
+sudo BUILDDIST=etiona BUILDARCH=amd64 pbuilder create
 ```
 
 
@@ -52,10 +52,10 @@ Then, when you need to pull the latest from the main trisquel repo, you just fet
 
 ```bash
 git fetch upstream
-git merge upstream/belenos
+git merge upstream/etiona
 ```
 
-You can also use *git pull upstream belenos* if you want it all in one step.
+You can also use *git pull upstream etiona* if you want it all in one step.
 
 ## 4. Making a branch for your changes
 
@@ -75,7 +75,7 @@ cd helpers
 cp make-apache2 make-hello
 ```
 
-For importing free packages from ppa's or other sources, check [make-toxcore](https://devel.trisquel.info/trisquel/package-helpers/blob/belenos/helpers/make-toxcore) and update the _EXTERNAL_ , _SIGNKEY_ and _changelog_ lines  with your own values.
+For importing free packages from ppa's or other sources, check [make-toxcore](https://devel.trisquel.info/trisquel/package-helpers/blob/etiona/helpers/make-toxcore) and update the _EXTERNAL_ , _SIGNKEY_ and _changelog_ lines  with your own values.
 
 Then, run the helper with
 ```
@@ -88,7 +88,7 @@ If everything goes fine, you will have your new source package ready at _PACKAGE
 
 The last step generated a source package file, so we need to build the binary one:
 ```
-sudo BUILDDIST=belenos BUILDARCH=amd64 pbuilder build PACKAGES/hello/*.dsc
+sudo BUILDDIST=etiona BUILDARCH=amd64 pbuilder build PACKAGES/hello/*.dsc
 ```
 
 The binary packages will be avaliable at _/var/cache/pbuilder/jenkins-repos/$BUILDDIST/_
-- 
2.33.0



More information about the Trisquel-devel mailing list