Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pcy
sspt
Commits
0dfbf837
Commit
0dfbf837
authored
Jul 23, 2017
by
PoroCYon
Browse files
fix once more
parent
640c7b03
Changes
4
Hide whitespace changes
Inline
Side-by-side
config/sspt.bootstrap.conf
View file @
0dfbf837
export
SSPT_SUB_DIR
=
"$
(dirname "
$
0
")
/local/libexec/sspt"
export
SSPT_SUB_DIR
=
"$
SSPT_BOOTSTRAP_BASE
/local/libexec/sspt"
config/sspt.conf
View file @
0dfbf837
export
SSPT_DEST_DIR
=
"$
(dirname "
$
0
")
/local"
export
SSPT_SUB_DIR
=
"$
(dirname "
$
0
")
/local/libexec/sspt"
export
SSPT_DB_DIR
=
"$
(dirname "
$
0
")
/local/share/sspt"
export
SSPT_DL_DIR
=
"$
(dirname "
$
0
")
/sources"
export
SSPT_DEST_DIR
=
"$
SSPT_TEST_BASE
/local"
export
SSPT_SUB_DIR
=
"$
SSPT_TEST_BASE
/local/libexec/sspt"
export
SSPT_DB_DIR
=
"$
SSPT_TEST_BASE
/local/share/sspt"
export
SSPT_DL_DIR
=
"$
SSPT_TEST_BASE
/sources"
sspt-bootstrap
View file @
0dfbf837
...
...
@@ -21,7 +21,10 @@ edit_the_conf() {
local
/bin/sspt
--mk-default-config
edit_the_conf
.
"
$cfgfile
"
export
SSPT_BOOTSTRAP_BASE
=
"
$(
dirname
"
$0
"
)
"
local
/bin/sspt
-c
config/sspt.bootstrap.conf pull
"https://gitlab.com/PoroCYon/sspt"
.
"
$cfgfile
"
export
SSPT_BOOTSTRAP_BASE
=
"
$(
dirname
"
$0
"
)
"
local
/bin/sspt
-c
config/sspt.bootstrap.conf
install
"sspt"
unset
SSPT_BOOTSTRAP_BASE
testrun.sh
View file @
0dfbf837
#!/usr/bin/env bash
XDG_CONFIG_HOME
=
"
$(
dirname
"
$(
realpath
"
$0
"
)
"
)
/config"
local
/bin/sspt
"
$@
"
SSPT_TEST_BASE
=
"
$(
dirname
"
$0
"
)
"
XDG_CONFIG_HOME
=
"
$(
dirname
"
$(
realpath
"
$0
"
)
"
)
/config"
local
/bin/sspt
"
$@
"
Write
Preview
Supports
Markdown
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