Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 22:11:12 -0800
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        =?ISO-8859-2?Q?Bart=B3omiej_Rutkowski?= <robak@freebsd.org>
Cc:        freebsd-git@freebsd.org, "bugmeister@freebsd.org" <bugmeister@freebsd.org>
Subject:   github and bugzilla integration testing
Message-ID:  <CAG=rPVdJiffiL%2BJjd=kqnV7dFLRb1vb1iF5WRogRUcqr5OMJcQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVdJiffiL%2BJjd=kqnV7dFLRb1vb1iF5WRogRUcqr5OMJcQ>