gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] SCM vs CM


From: David Brown
Subject: Re: [Gnu-arch-users] SCM vs CM
Date: Thu, 25 Sep 2003 11:36:29 -0700
User-agent: Mutt/1.5.4i

On Thu, Sep 25, 2003 at 11:11:50AM -0700, David Brown wrote:

> I guess I'm saying that I'd like to be able to see the output of catcfg
> for any build that I do, and have it update when I commit anywhere (as
> part of my build process, perhaps).  That way, anyone who gets ahold of
> an executable for my project can tell exactly what versions of
> everything that went into it.

Actually, what I'd like available in each build is the output of 

  for i in . $(tla inventory -t); do
    (cd $i; tla log-ls -r --full | head -1)
  done

I can certainly run this when I make my builds, but I don't want to
require tla for someone to build my package.

I could also parse the changelog files and gather this information,
since it is updated upon each commit.

Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]