| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While at it, update the comment to reflect the code below.
|
|
|
|
|
|
Some package does not have "master" branch. This will minimize parsing
and filter operation to get default branch before checking out revision.
|
|
Previously, we call package Update when doing Freeze operation, which
cause confusion, because Update use parameter newPkg which may change
the remote URL or version.
|
|
|
|
Using "git stash" introduce many problems when rebuilding the package
after update.
|
|
|
|
This will allow freeze operation to work on all packages.
|
|
|
|
|
|
|
|
|
|
Each debug statement is prefixed with "[X] func" where X is either ENV
for debug in environment's methods or PKG for debug in package's
methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also,
* add unit test for gitCompareVersion
* use defined variable for standard output and error so we can use it on
testing
|
|
|