summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn
index 24d0ffb..e44da93 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -19,6 +19,19 @@ The following steps needs to be run just once.
DIST=sid sudo cowbuilder --create
+Environment maintenance
+-----------------------
+
+These steps should be run once in a while to ensure we have an up to date packaging environment.
+
+### Pbuilder
+
+ DIST=sid sudo pbuilder update
+
+### Cowbuilder
+
+ DIST=sid sudo cowbuilder --update
+
Release workflow
----------------