Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
agent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
7
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a4d18851
authored
Jan 19, 2015
by
Oliver Pinter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence
parent
f28b66d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bootstrap-freebsd.sh
+1
-1
freebsd/_freebsdcontext.py
+1
-1
No files found.
bootstrap-freebsd.sh
View file @
a4d18851
#!/bin/sh
export
LOGLEVEL
=
DEBUG
#
export LOGLEVEL=DEBUG
pkg install
-y
devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite security/sudo
...
...
freebsd/_freebsdcontext.py
View file @
a4d18851
...
...
@@ -92,7 +92,7 @@ class Context(BaseContext):
@staticmethod
def
restart_networking
():
logger
.
debug
(
"restart_networking"
)
logger
.
debug
(
"XXX restart_networking disabled"
)
#
logger.debug("XXX restart_networking disabled")
pass
#subprocess.call(['/usr/sbin/service', 'netif', 'restart'])
...
...
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