[Pkg-giraffe-discuss] update/how to proceed?

Guido Günther agx at sigxcpu.org
Mon Jun 1 07:05:23 UTC 2015


Hi Carsten,
On Mon, Jun 01, 2015 at 07:48:23AM +0200, Carsten Schoenert wrote:
> Hello Guido,
> 
> Am 31.05.2015 um 22:45 schrieb Guido Günther:
> > On Sun, May 31, 2015 at 08:50:27PM +0200, Mark Dufour wrote:
> > [..snip..]
> >> -the SCM mentioned on the wiki does not seem to have recent commits? where can we find your 'master' branch? (based on our 7.2..?)
> > 
> > I think the most up to date stuff is currently in my github repo (if
> > nobody else forked it yet and pushed patches on top of it) on the master
> > branch:
> > 
> >     git at github.com:agx/zarafa-debian.git
> > 
> > I'd be happy to push this over to alioth. Matthias, Carsten, any objections?
> 
> I haven't tested yet anything on the "new" 7.2 ZCP packages, I even
> hadn't cloned yet the repository due many other private things I'm
> working on. :-(

I've updated the "debian/sid" branch with these changes. We should
probably drop the debian/7.2/sid and debian/7.1/sid branches since
they're not needed anymore and it's less confusing.

The repo contains now all the changes we did in Essen + some more
cleanup stuff on top of it.

> I always wanted to create a KVM image which I simple can reset to a new
> fresh install and restart again. But ... that's other topics.

Something like:

RELEASE=jessie
NAME=zarafa
virt-install --connect=qemu:///system \
             --location=http://ftp.us.debian.org/debian/dists/$RELEASE/main/installer\-amd64 \
             --initrd-inject=/path/to/preseed.cfg \
             --extra-args="auto" \
             --name $NAME --ram=512 \
             --disk=pool=default,size=10,format=qcow2,bus=virtio
virsh -c qemu:///system snapshot-create zarafa

Preseed.cfg is here:

  http://honk.sigxcpu.org/projects/libvirt/preseed/preseed.cfg

Be sure to change the root pw.

> For me it doesn't matter if the working tree has to get from Github or
> from Alioth, if you think the current state is something that doesn't
> need much or heavy of rebasing then it's fine to push it to Alioth.
> Hopefully we can meet us the next time again and see what's done next there.

Yeah, I just don't want to stall others since I'm not sure when I will
get around to spend time on this again in the near future.
Cheers,
 -- Guido



More information about the Pkg-giraffe-discuss mailing list