Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: (PR#4131) 'make dist' for the daily snapshot
Home

[Freeciv-Dev] Re: (PR#4131) 'make dist' for the daily snapshot

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#4131) 'make dist' for the daily snapshot
From: "Baumans" <baumans@xxxxxxxxxxxxx>
Date: Fri, 16 May 2003 19:54:02 -0700
Reply-to: rt@xxxxxxxxxxxxxx

----- Original Message ----- 
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
To: <undisclosed-recipients:>
Sent: Thursday, May 08, 2003 10:45 AM
Subject: [Freeciv-Dev] (PR#4131) 'make dist' for the daily snapshot


>
> [baumans@xxxxxxxxxxxxx - Mon May  5 19:59:23 2003]:
>
> > Oh, okay. Here's a version that does that, extracts the tar.gz into a
> > temporary directory (I hope tar zxvf works, or you could change that)
> > changes the directory name (not sure if it needs to do anything else)
and
> > then tars and bzip2s it back to where it's supposed to be. Not very
> elegant.
>
> Here is a third version - similar to the previous, but the directory (in
> addition to the tarball) is renamed from 'freeciv' to
> 'freeciv-cvs-$TODAY'.  It also does less work in the extracted freeciv
> CVS directory, which may be safer.
>
> I haven't been able to test this, since it requires a pretty exact
> directory setup which I don't have.  Note that any errors could have
> significant results (an erronous rm -rf could be very bad).
I'm pretty sure that this is wrong:
+rm -rf freeciv
You probably want to leave that directory intact, because that holds the
source that you update every day.
You should rm the .tar.gz that "make dist" creates and $FREECIV/ after
you're done useing them, or else they might start cluttering up the
directory.


>
> jason
>
>




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