Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RINA-Quick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aaron Chen
RINA-Quick
Commits
db3ea7cd
Commit
db3ea7cd
authored
Jul 21, 2015
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
\(0_0)/
parent
6bb4afc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
4 deletions
+33
-4
rina.yml
rina.yml
+33
-4
No files found.
rina.yml
View file @
db3ea7cd
---
-
hosts
:
all
remote_user
:
user
become
:
yes
become_method
:
su
vars
:
swig_dir
:
~/swig
rina_dir
:
~/rina
#remote_user: user
#become: yes
#become_method: su
tasks
:
-
name
:
test
ping
:
...
...
@@ -24,4 +28,29 @@
-
protobuf-compiler
-
libprotobuf-dev
-
libnl-genl-3-dev
-
libnl-3-dev
-
libnl-3-dev
-
libpcre3-dev
-
vlan
-
yodl
-
bison
-
name
:
SWIG
git
:
repo=https://github.com/swig/swig.git
dest={{ swig_dir }}
-
name
:
SWIG COMPILE
shell
:
cd {{ swig_dir }};{{ item }}
with_items
:
-
./autogen.sh
-
./configure
-
make
-
make install
-
make clean
-
name
:
RINA
git
:
repo=https://github.com/IRATI/stack.git
dest={{ rina_dir }}
-
shell
:
cd {{ rina_dir }};git pull --tags
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment