Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
0221d828
Commit
0221d828
authored
12 years ago
by
Tim Otten
Browse files
Options
Downloads
Patches
Plain Diff
gitify - Use new branch names for civicrm-drupal.git
parent
bed96570
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/gitify
+3
-3
3 additions, 3 deletions
bin/gitify
with
3 additions
and
3 deletions
bin/gitify
+
3
−
3
View file @
0221d828
...
...
@@ -93,10 +93,10 @@ do_gitify "${GIT_BASE_URL}/civicrm-core.git" "$CIVICRM_ROOT" -b "${CIVICRM_BRANC
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-packages.git"
"
$CIVICRM_ROOT
/packages"
-b
"
${
CIVICRM_BRANCH
}
"
case
"
$CIVICRM_CMS
"
in
Drupal
)
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-drupal.git"
"
$CIVICRM_ROOT
/drupal"
-b
"
${
CIVICRM_BRANCH
}
-7.x
"
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-drupal.git"
"
$CIVICRM_ROOT
/drupal"
-b
"
7.x-
${
CIVICRM_BRANCH
}
"
;;
Drupal6
)
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-drupal.git"
"
$CIVICRM_ROOT
/drupal"
-b
"
${
CIVICRM_BRANCH
}
-6.x
"
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-drupal.git"
"
$CIVICRM_ROOT
/drupal"
-b
"
6.x-
${
CIVICRM_BRANCH
}
"
;;
Joomla
)
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-joomla.git"
"
$CIVICRM_ROOT
/joomla"
-b
"
${
CIVICRM_BRANCH
}
"
...
...
@@ -105,7 +105,7 @@ case "$CIVICRM_CMS" in
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-wordpress.git"
"
$CIVICRM_ROOT
/WordPress"
-b
"
${
CIVICRM_BRANCH
}
"
;;
all
)
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-drupal.git"
"
$CIVICRM_ROOT
/drupal"
-b
"
${
CIVICRM_BRANCH
}
-7.x
"
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-drupal.git"
"
$CIVICRM_ROOT
/drupal"
-b
"
7.x-
${
CIVICRM_BRANCH
}
"
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-joomla.git"
"
$CIVICRM_ROOT
/joomla"
-b
"
${
CIVICRM_BRANCH
}
"
do_gitify
"
${
GIT_BASE_URL
}
/civicrm-wordpress.git"
"
$CIVICRM_ROOT
/WordPress"
-b
"
${
CIVICRM_BRANCH
}
"
;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment