Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
14cf24cb
Commit
14cf24cb
authored
Mar 08, 2011
by
Patrick J Cherry
Browse files
Changed PACKAGE_DIR default to lenny
parent
7569a350
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-utils/do_tests
View file @
14cf24cb
...
...
@@ -4,7 +4,7 @@ set -e
GUESTNAME
=
${
GUESTNAME
:-
symtester
}
BUILDER
=
${
BUILDER
:-
symbiosis
-builder.sh.bytemark.co.uk
}
PACKAGE_DIR
=
${
PACKAGE_DIR
:-
current
}
PACKAGE_DIR
=
${
PACKAGE_DIR
:-
lenny
}
mkdir
-p
"/srv/
$GUESTNAME
.test/config/"
touch
"/srv/
$GUESTNAME
.test/config/antivirus"
...
...
build-utils/do_upgrade
View file @
14cf24cb
...
...
@@ -3,7 +3,7 @@
set
-e
BUILDER
=
${
BUILDER
:-
symbiosis
-builder.sh.bytemark.co.uk
}
PACKAGE_DIR
=
${
PACKAGE_DIR
:-
current
}
PACKAGE_DIR
=
${
PACKAGE_DIR
:-
lenny
}
#
# Make sure we're up to date
...
...
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