Category: git

  • Importing darcs into a git branch

    Maybe this will make it more google-able… Looks like you can export your darcs repo with darcs-fast-export and then import it with git-fast-import 18:15 < wakko666> I have kind of an odd question that google doesn’t seem to know. I’m converting a darcs repo to a git repo. i’ve already got the tool to export…

  • IronRuby continuous integration back online

    We haven’t done much work on keeping the continuous integration (CI) machines online, and there haven’t been any new builds since November of ’09. I should set Nagios to remind us when things get off track or something. The recent acceptance of the DLR into Debian and our intention to get the next release produced…

  • A quick update – I’m a grad student!

    Hey all! I’m sorry I haven’t been very active with my packages recently. I all-of-a-sudden started grad school and have been swamped with studying. I also started a contract and have been busy trying to learn a new codebase while contributing something other than snark. I promise I’ll get back to packaging IronRuby and IronPython…

  • Well, that was an eventful day!

    *whew* I did a bunch of things yesterday. We took our kindergärtner to her first Friday at her new school (and were about 10 minutes tardy. oops). We then took our toddler to a nearby playground with swings and slides and let her expend some energy. After she had been sufficiently exercised, we walked back…

  • dlr-languages package passes another hurdle

    It looks like the upload of the Iron* languages to Debian is imminent. We’ve gotten the debian/watch file downloading a tarball of the git tag we’ve chosen for this release. This was the last bit meebey needed in order to present it to the maintainer of ironpython in lenny. He has agreed to let the…

  • Looking to get Iron* and the DLR into RedHat

    I sent an email to the Fedora Legal list asking whether they will accept software released under the MS-PL license. My friend and former colleague, Brett Lentz mentioned that he was concerned that the Fedora folks might not accept software released under the MS-PL. So I asked. I also bcc’d a certain troll on said…

  • IronRuby .deb is looking better

    cjac@dev0:/usr/src/git/alioth$ sudo dpkg -i ironruby-cil_0.9.0+dfsg_all.deb Selecting previously deselected package ironruby-cil. (Reading database … 67034 files and directories currently installed.) Unpacking ironruby-cil (from ironruby-cil_0.9.0+dfsg_all.deb) … Setting up ironruby-cil (0.9.0+dfsg) … cjac@dev0:/usr/src/git/alioth$ which ir /usr/bin/ir cjac@dev0:/usr/src/git/alioth$ ir IronRuby 0.9.0.0 on Mono 2.4.2.3 Copyright (c) Microsoft Corporation. All rights reserved. >>> exit

  • Hey, look! debian/control and friends are on Alioth!

    http://git.debian.org/?p=pkg-cli-libs/packages/ironruby.git;a=tree;f=debian;h=c5642e8a4a4aa3b5e15af5f607a1604f3169bd47;hb=449af4392c1fbddacee4f52b9998e23e674a7434 *whew* now I won’t have to worry about losing (or misplacing) my changes. Thanks meebey and #debian-cli for your help. Now to tune those files a bit and get something that actually does what users expect ;)