From 4d7809c2dd80b170ce2145a7e740286c34e0d2bd Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 27 Oct 2016 09:53:47 +0200 Subject: release_info: Store commands into a text file This README file should be generated by build or updated manually. The idea is to store the commands required to prepare the build setup on the host. This file can be used by build documentation tools and to run automatic ditribution tests, so we will have all commands from manual tested/verified. Signed-off-by: Adrian Calianu --- doc/book-enea-linux-release-info/doc/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/book-enea-linux-release-info/doc/README diff --git a/doc/book-enea-linux-release-info/doc/README b/doc/book-enea-linux-release-info/doc/README new file mode 100644 index 0000000..6ceb5c8 --- /dev/null +++ b/doc/book-enea-linux-release-info/doc/README @@ -0,0 +1,21 @@ + +networking profile + +___Prerequisites-commands:Ubuntu14.04.3LTS +sudo apt-get update +sudo apt-get install sed wget subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat make gcc build-essential xsltproc g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libxml-parser-perl +___END + +___RepoInstall-commands:Ubuntu14.04.3LTS +mkdir ./bin +curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo +chmod a+x ./bin/repo +export PATH=./bin/repo:$PATH +___END + +___RepoClone-commands: +mkdir enea-linux +cd enea-linux +repo init -u git://git.enea.se/linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m /default.xml +repo sync +___END -- cgit v1.2.3-54-g00ecf