Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mahara-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
mahara
mahara-scripts
Commits
e058c253
Commit
e058c253
authored
Aug 04, 2009
by
Nigel McNie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use the - form of git commands which don't exist any more.
parent
c597ad15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
release.sh
release.sh
+3
-3
No files found.
release.sh
View file @
e058c253
...
...
@@ -53,14 +53,14 @@ PUBLIC="git+ssh://git.mahara.org/git/mahara.git"
SECURITY
=
"git+ssh://git.catalyst.net.nz/var/gitprivate/mahara-security.git"
echo
"Cloning public repository
${
PUBLIC
}
in
${
BUILDDIR
}
/mahara"
git
-
init
git
-
remote add
-t
${
BRANCH
}
mahara
${
PUBLIC
}
git
init
git
remote add
-t
${
BRANCH
}
mahara
${
PUBLIC
}
git fetch
-q
mahara
git checkout
-b
${
BRANCH
}
mahara/
${
BRANCH
}
if
[
"
$OPTION
"
!=
"--public"
]
;
then
echo
"Checking out security repository
${
SECURITY
}
..."
git
-
remote add
-t
${
BRANCH
}
mahara-security
${
SECURITY
}
git
remote add
-t
${
BRANCH
}
mahara-security
${
SECURITY
}
git fetch
-q
mahara-security
git checkout
-b
S_
${
BRANCH
}
mahara-security/
${
BRANCH
}
echo
"Merging
$BRANCH
(public) into
$BRANCH
(security)"
...
...
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