summaryrefslogtreecommitdiff
path: root/morphlib/buildbranch.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Use python3 compatible notation for octal constantsJavier Jardón2015-03-131-2/+2
* Give a better error when no repos are found in a system branchSam Thursfield2014-12-041-1/+13
* Fix finding Git directories to include in a temporary build refSam Thursfield2014-12-041-1/+1
* Make pushed_build_branch always return (url, commit, ref)Richard Ipsum2014-10-281-2/+7
* build: Resolve the ref being built in the user's local definitions.gitSam Thursfield2014-10-241-3/+13
* Use git's remotes to determine unpushed branchesbaserock/richardmaw/less-ls-remoteRichard Maw2014-09-021-10/+7
* Avoid creating and pushing temporary build branches when they aren't necessary.Richard Maw2014-08-121-35/+99
* Turn BuildBranch methods into regular functionsRichard Maw2014-08-121-8/+10
* Fix push_build_branchesRichard Ipsum2014-03-261-1/+1
* Allow omitting repo and ref when referring to strataRichard Maw2014-02-131-2/+2
* morphlib: Add BuildBranch abstractionRichard Maw2013-11-291-0/+260