summaryrefslogtreecommitdiff
path: root/building.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-01 17:16:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-01 17:16:02 -0300
commit4e6889fd697787fc0df7980aefca94e60efe2b94 (patch)
tree7116f07c2de883013d706017eb136ffb530a3e5b /building.mdwn
parent13184e44b526b67445a15c804c71f143f494ced7 (diff)
downloaddebian-4e6889fd697787fc0df7980aefca94e60efe2b94.tar.gz
debian-4e6889fd697787fc0df7980aefca94e60efe2b94.tar.bz2
Change markdown extension to .md
Diffstat (limited to 'building.mdwn')
-rw-r--r--building.mdwn40
1 files changed, 0 insertions, 40 deletions
diff --git a/building.mdwn b/building.mdwn
deleted file mode 100644
index 9f6d8db..0000000
--- a/building.mdwn
+++ /dev/null
@@ -1,40 +0,0 @@
-Building
-========
-
-Standard build
---------------
-
- DIST=wheezy sudo -E cowbuilder --build $package*.dsc
-
-Signing
--------
-
-To sign both the `.dsc` and the `.changes` files:
-
- debsign $package*.changes
-
-Uploading
----------
-
-Simply run
-
- dupload *changes
-
-This assumes a `~/.dupload.conf` like the following:
-
- package config;
- $default_host = "myremote";
-
- $cfg{'myremote'} = {
- fqdn => "myremote.example.org",
- login => "user",
- method => "scpb",
- incoming => "/var/reprepro/incoming/",
- # The dinstall on ftp-master sends emails itself
- #dinstall_runs => 1,
- };
-
-It's also important that:
-
- 1. The host remote port is correctly defined at your `~/.ssh/config`.
- 2. The user is in the `reprepro` group in the server.