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
mahara
mahara
Commits
d838f837
Commit
d838f837
authored
Jan 16, 2008
by
Nigel McNie
Browse files
No need to delete the debian/ directory anymore. Remove .gitignore files if found.
parent
391fd79c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/release.sh
View file @
d838f837
...
...
@@ -34,9 +34,9 @@ pushd ${BUILDDIR}/mahara
#git checkout -b "${MAJOR}_STABLE" "origin/${MAJOR}_STABLE"
git checkout
"
${
MAJOR
}
.
${
MINOR
}
_RELEASE"
# Remove git
directories
# Remove git
stuff
rm
.git
-rf
rm
debian
-rf
find
.
-name
'.gitignore'
-exec
rm
{}
\;
# Pack MochiKit
bash scripts/pack.sh
...
...
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