documentation update

This commit is contained in:
Paul Marillonnet 2017-10-27 14:29:01 +02:00
parent b24eb0926b
commit 138d09e38e
1 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ README
Requirements Requirements
------------ ------------
Use must use a Debian OS. You need to install make. You must use a Debian OS. You need to install make.
Installation Installation
------------ ------------
@ -24,7 +24,7 @@ Configuration
Generate a ssh key for eobuilder user or use an existing one. Generate a ssh key for eobuilder user or use an existing one.
Configure your Debian repository to allow this key. Configure your Debian repository to allow this key.
You need to add thes line into your sudoers:: You need to add this line into your sudoers::
eobuilder ALL= SETENV:NOPASSWD:/usr/sbin/cowbuilder eobuilder ALL= SETENV:NOPASSWD:/usr/sbin/cowbuilder
@ -38,7 +38,7 @@ Example with python-entrouvert::
su eobuilder -p -c "eobuilder -a i386,amd64 -d squeeze lasso" su eobuilder -p -c "eobuilder -a i386,amd64 -d squeeze lasso"
su eobuilder -p -c "eobuilder -c deb" su eobuilder -p -c "eobuilder -c deb"
Do note it will fail the SSH host key verification unless the proper Note that the SSH host key verification will fail unless the proper
known_hosts file has been installed, or created by manually connecting known_hosts file has been installed, or created by manually connecting
to the git server. to the git server.
@ -57,12 +57,12 @@ Python
Example: http://repos.entrouvert.org/portail-citoyen-announces.git Example: http://repos.entrouvert.org/portail-citoyen-announces.git
Autotools Autotools
You need at least an autogen.sh and a configure.ac files. You also need a script to Generate You need at least an autogen.sh and a configure.ac files. You also need a script to generate
version numbers like : http://repos.entrouvert.org/lasso.git/tree/tools/git-version-gen version numbers like : http://repos.entrouvert.org/lasso.git/tree/tools/git-version-gen
Example: http://repos.entrouvert.org/lasso.git Example: http://repos.entrouvert.org/lasso.git
Makefile Makefile
You need to have a Makefile file with a least the following targets : You need to have a Makefile file with at least the following targets :
version, name, fullname and dist-bzip2 targets version, name, fullname and dist-bzip2 targets