Okay, a few more notes on the switch.
1. The TeamCity server is now pointing exclusively at the Git
repository on the master branch. I changed the build number format
since we were never updating it anyways. I thought I noticed
duplicates, potentially related to the dependent builds, but I'll need
to wait for a full cycle to see if there's anything wrong.
2. JIRA and GitHub are now connected. You can visit a JIRA issue and
see any commits pertaining to that issue. To make this link, include
the issue number, ex. NH-2545 in your commit.
Patrick Earl
On Thu, Aug 18, 2011 at 11:02 PM, Patrick Earl <[email protected]> wrote:
> In my audit, I discovered a typo in the (no author) user's e-mail
> address. It's not worth fixing, so as far as I'm concerned, things
> are still good to go.
>
> Patrick Earl
>
> On Thu, Aug 18, 2011 at 9:17 PM, Patrick Earl <[email protected]> wrote:
>> Okay, I've fixed the end-of-branch-ReadOnlyEntities tag in the
>> nhibernate repo and my repos. Unfortunately I can't fix everyone
>> else's repositories automatically.
>>
>> Since git doesn't fetch tags by default if you already cloned the
>> repo, you'll have to use something like this to get the new tags:
>>
>> git fetch --tags
>>
>> If you want to fix a remote repo, push the tag that you just
>> downloaded using the command above. For example:
>>
>> git push -f origin tag end-of-branch-ReadOnlyEntities
>>
>> Sorry about the bother. Missed an entry in my conversion script. I'm
>> auditing the rest of the script and doing a repo comparison again, but
>> I'm pretty sure that was the only problem.
>>
>> Patrick Earl
>>
>> On Wed, Aug 17, 2011 at 11:57 AM, Patrick Earl <[email protected]> wrote:
>>> Looks like the ReadOnlyEntities tag got screwed up... not sure what
>>> happened there. I'll look into it tonight.
>>>
>>> On Mon, Aug 15, 2011 at 12:00 AM, Patrick Earl <[email protected]> wrote:
>>>> Hi all.
>>>>
>>>> Please let me know if you see any problems with this, so I can correct
>>>> them immediately:
>>>>
>>>> https://github.com/nhibernate/nhibernate-core
>>>>
>>>
>>
>