Re: Tagging stable releases

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Stefan Näwe wrote:

You've been talking about using git at your $dayjob quite often.
Any chance to share some of your 'infrastructure' (like hooks, e.g.) ?


I could, but it would largely be a waste of time. We're still using a
more or less the original example update hook (which I wrote) at work,
and that's pretty much it. Fortunately, we've never run into "out of
diskspace" error or something like that, so it's always worked
perfectly for us.

The, for us, major addendum is a part of the script which appends
the latest pushed commit to a file. We have a build-bot cron-script
triggered every 5 minutes which builds tarballs and RPM's from the
triggering commit and sends email to developers on errors or on
error recovery (a sort of poor man's continuous integration), but
highly effective all the same.

Apart from the tag-dance, we also try to keep our history as
bisectable as possible, which means we rebase a lot and resolve
conflicts in single-parent commits as far as is humanly possible.
This stems from the fact that bisection is really only complicated
when it happens to land on a multi-parent commit where neither of
the parent-chains introduced the breakage (ie, the resolution of
the merge-conflicts is at fault). I was interviewed about this
in some online magazine or other, though I can't quite recall the
URL right now. What with us having a partner-event with free beer
and wine at the office atm, I'm surprised I haven't added a ton
of spelling errors already :P

The fact that I'm at the same time a development spider (looking
at everything) and at the same time one of the top 100 or so
people in the world that knows how and why git works the way it
does helps things a lot in our end, and made it possible for us
to adopt git early (around february 2006, afair) as the company
scm of choice.

Sorry, but we're not a large enough in-house development team
to have communication problems. I resolve most of the merge
conflicts (for small changes, usually by telling the person
who tried to push that he needs to re-do his/her changes on top
of the latest pushed development branch).

We do use topic-branches extensively, but only for multi-commit
fixes. Otherwise it's usually committed straight to 'master' or
whatever our 'hackaway' branch is named. I cherry-pick or merge
bugfixes back to our equivalence of 'maint' (which differs from
repo to repo, as we have nearly 300 of the little buggers).

Testing is used rather extensively, but nearly all our tests
have grown from the need to bisect. In other words, our tests
make sure the API they're trying to test actually exist before
they attempt to use them. If they don't, they respond "git
bisect bad". If we didn't ask for that test implicitly, it
responds in a way that makes test pass but the testsuite fail
for builds. It's not complicated, but it is rather tailor-made.

Ah well. Without a more specific question I'm afraid I won't be able to give a better answer. If you're working for a
company that produces products from a multitude of different
software projects (like we do) and your product is largely
RPM-based, I'll send you our build-scripts and whatnot.
Unless I get a specific question about it though, I won't
bother the rest of the list with a bunch of junk they'll
never bother about.

Happy gitting :)

--
Andreas Ericsson                   andreas.ericsson@xxxxxx
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]