github and bugzilla integration testing
Craig Rodrigues
rodrigc at FreeBSD.org
Mon Dec 1 06:11:15 UTC 2014
Hi,
I did the following:
(1) Went to: https://github.com/bartekrutkowski/dummy-test clicked on
"Fork", and created
a forked repo https://github.com/rodrigc/dummy-test
(2) Checked out the code and created a branch somefix1:
git clone https://github.com/rodrigc/dummy-test
cd dummy-test
git checkout -b somefix1
(3) Modified foobar.txt, committed the change and pushed the branch:
git add foobar.txt
git commit foobar.txt
git push origin somefix1
(4) Went to https://github.com/rodrigc/dummy-test , selected somefix1
branch
(5) Clicked "Compare & pull request".
(6) Clicked "Create pull request"
(7) This pull request was created:
https://github.com/bartekrutkowski/dummy-test/pull/35
(8) Pull request 35 was closed.
(9) The following bugs were opened in Bugzilla:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195546
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195547
It looks like you are opening two bugs, when you only need to open one.
Is this easy to fix?
This is looking great! After you fix creating two bugs, what are the next
steps for this to be accepted
by bugmeister@ and integrated into the https://github.com/freebsd/freebsd
and https://github.com/freebsd/ports repositories?
--
Craig
More information about the freebsd-git
mailing list