Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
ff790436
Commit
ff790436
authored
Sep 18, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
117e3108
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
go/neo/t/neotest
go/neo/t/neotest
+6
-1
No files found.
go/neo/t/neotest
View file @
ff790436
...
...
@@ -36,6 +36,9 @@ export PS1="(`basename $X`) $PS1"
# strip trailing : from
$GOPATH
GOPATH=
${
GOPATH
%
:
}
.
$X
/venv/bin/activate
# XXX for mysqld
export PATH=
$PATH
:/usr/sbin
EOF
.
env.sh
...
...
@@ -55,8 +58,10 @@ EOF
popd
go get
-v
lab.nexedi.com/kirr/neo/go/...
go get
-v
github.com/pkg/profile
# used by zhash.go
echo
ok
>
deployed
echo
"# deployed ok"
}
# jump to deploy early if we have to
...
...
@@ -322,7 +327,7 @@ gen_data() {
# pyver <egg> (<showas>) - print version of egg
pyver
()
{
return
# XXX temp to save time
#
return # XXX temp to save time
local
egg
=
$1
local
showas
=
$2
test
"
$showas
"
==
""
&&
showas
=
$egg
...
...
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