Class GuzzleSubSplitTask
- GitBaseTask
- GuzzleSubSplitTask
Copyright:
2012 Clay Loveless clay@php.net
License: MIT License
Located at phing/tasks/GuzzleSubSplitTask.php
License: MIT License
Located at phing/tasks/GuzzleSubSplitTask.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
array
|
|
protected
|
#
verifyRepos( )
Based on list of repositories we determined we should have, talk to GitHub and make sure they're all there. |
protected
|
$remote
What git repository to pull from and publish to |
#
null
|
protected
|
$heads
Publish for comma-separated heads instead of all heads |
#
null
|
protected
|
$tags
Publish for comma-separated tags instead of all tags |
#
null
|
protected
|
$base
Base of the tree RELATIVE TO .subsplit working dir |
#
null
|
protected
string
|
$subIndicatorFile
The presence of this file will indicate that the directory it resides in is at the top level of a split. |
#
'composer.json'
|
protected
|
$dryRun
Do everything except actually send the update. |
#
null
|
protected
boolean
|
$noHeads
Do not sync any heads. |
#
false
|
protected
boolean
|
$noTags
Do not sync any tags. |
#
false
|
protected
|
$splits
The splits we found in the heads |
|
protected
|
$client
GitClient from VersionControl_Git |
#
null
|