Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
6efbda0f
Commit
6efbda0f
authored
Aug 17, 2016
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not use a shallow clone... D.o does not support pushing from it.
parent
019af513
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
release.sh
release.sh
+1
-1
No files found.
release.sh
View file @
6efbda0f
...
@@ -159,7 +159,7 @@ fi
...
@@ -159,7 +159,7 @@ fi
golden_contribs
=
"hosting_civicrm hosting_git hosting_remote_import hosting_site_backup_manager hosting_tasks_extra"
golden_contribs
=
"hosting_civicrm hosting_git hosting_remote_import hosting_site_backup_manager hosting_tasks_extra"
for
shortname
in
$golden_contribs
;
do
for
shortname
in
$golden_contribs
;
do
rm
-rf
build-area/
$shortname
rm
-rf
build-area/
$shortname
git clone
--
depth
1
--
branch
$CURRENT_BRANCH
`
git config remote.origin.url |
sed
"s/provision/
$shortname
/"
`
build-area/
$shortname
git clone
--branch
$CURRENT_BRANCH
`
git config remote.origin.url |
sed
"s/provision/
$shortname
/"
`
build-area/
$shortname
echo
"Setting the tag
$NEW_TAG
in a clean
$shortname
clone."
echo
"Setting the tag
$NEW_TAG
in a clean
$shortname
clone."
git
--work-tree
=
build-area/
$shortname
--git-dir
=
build-area/
$shortname
/.git tag
-a
$NEW_TAG
-m
'Add a new release tag.'
git
--work-tree
=
build-area/
$shortname
--git-dir
=
build-area/
$shortname
/.git tag
-a
$NEW_TAG
-m
'Add a new release tag.'
...
...
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