[Pkg-debile-commits] [debile-slave] 13/28: merge the package installation

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:55:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit 2d257673dd9890d8145d625ae90d44f687661407
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date:   Tue Aug 13 13:31:05 2013 +0200

    merge the package installation
---
 PACKAGING |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/PACKAGING b/PACKAGING
index acbacea..861c48d 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -11,18 +11,14 @@ System : fresh wheezy, up to date on 04 Jul 2013
 * Create a dedicated user in the machine
     adduser --disabled-password --disabled-login --gecos "Ethel builder,,," --home /srv/ethel ethel
 
+(root)
+* Install the dependencies
+    apt-get update && apt-get install --no-install-recommends git ca-certificates  virtualenvwrapper  debootstrap dput devscripts lintian
+
 (ethel)
 * Fetch the repo of ethel
     cd ~ && git clone https://github.com/LeoCavaille/ethel.git -b scan-build-html
 
-(root)
-* Create the environment we will work in :
-    apt-get install virtualenvwrapper
-
-(root)
-* Additional deps :
-    apt-get install debootstrap dput devscripts lintian --no-install-recommends
-
 (ethel)
 * Reconnect as ethel for virtualenvwrapper hooks
     mkvirtualenv ethel && workon ethel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list