From 5a13ad1d2641d4100852e9a76bef1a0ad763bd6c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 30 Nov 2017 23:49:50 -0800 Subject: [PATCH] Wiki page git-guide.md changed with summary [The build your own branch (BYOB) idea never really worked out] by Stefan Schmidt --- pages/contrib/devs/git-guide.md.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/contrib/devs/git-guide.md.txt b/pages/contrib/devs/git-guide.md.txt index 98bfaa39d..e5a174ea6 100644 --- a/pages/contrib/devs/git-guide.md.txt +++ b/pages/contrib/devs/git-guide.md.txt @@ -123,8 +123,6 @@ Every developer can create their own branches inside a repository. The naming mu These branches can be used if you're implementing a larger feature and want to share your progress with other developers. -The branch named ``devs/{devname}/jenkins`` has a special meaning: Jenkins will automatically try to build this branch for you and report any warnings and errors. The results are available [from the Jenkins BYOB page](http://jenkins.enlightenment.org/view/BYOB/). - #### Creating a Developer Branch #### Create a developer branch by pushing it to the remote repository: