Skip to content

Commit c089996

Browse files
committed
BZ911420 - now we have a development process in the README_DEVELOPERS file.
1 parent 20f2053 commit c089996

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README_DEVELOPERS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
1) Development Process (two developers, brad and jay - other contributions will flow up to brad/jay in a branch) :
2+
3+
1) Developer team finds bug or test team finds bug.
4+
5+
A bugzilla bug is created under bugzilla.redhat.com, for the project: RedHat Storage, Component: glusterfs-hadoop
6+
7+
2) Developer X accepts bug.
8+
9+
3) Developer X creates Branch named BZ_____ for the bug, where _____ = the ID of the bug:
10+
11+
For example: git branch $ git branch --track BZ11111 origin/master
12+
13+
4) Developer X writes test for the bug, commits and pushes to branch - build should fail at this point.
14+
15+
5) Developer X writes the fix for the bug, runs test locally, confirms build passes, and again pushes.
16+
17+
6) Developer Y confirms fix
18+
19+
7) Developer Y merges branch BZ______ with HEAD, and in the same step , confirms that build passes on build.gluster.org
20+
21+
If build fails, the merge is reverted.
22+
23+
2) ECLIPSE SETUP
24+
25+
TBD

0 commit comments

Comments
 (0)