Re: cvs snapshots

2001-09-20 Thread Ask Bjoern Hansen

On Tue, 18 Sep 2001, H.Merijn Brand wrote:

[...]
  it's only updated every 6th hour.  Maybe I'll get time to get it to
  update more often (but not create a snapshot) tonight.
 
 From all my machines I get
 
 i2:/l1/pro/3gl/CPAN/parrot 104  rsync -avz rsync://cvs.perl.org::parrot-HEAD/ .
 failed to connect to cvs.perl.org - Can't assign requested address

Hmn, no idea. What does a traceroute say?


 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();





Re: cvs snapshots

2001-09-19 Thread Mattia Barbon

 On Tue, 18 Sep 2001, H.Merijn Brand wrote:
 
  On Mon 17 Sep 2001 23:08, Ask Bjoern Hansen [EMAIL PROTECTED] wrote:
   
   oops, I forgot to tell anyone.  I made CVS export and tar up a
   snapshot every 6 hours. It is available at
   http://cvs.perl.org/snapshots/parrot/
  
  Any chance on rsync? If so, I might set up another smoke suite to bother you
  with reports :)
 
 rsync -av cvs.perl.org::parrot-HEAD parrot
For smoking it'll be nice to hace some file with a timestamp of the
checkout, i.e. in the script do something like

cvs update -D some_date
echo some_date  .timestamp

or something like this, to make the checkout reproducible.
In perl5 there is the .patch; since cvs does not have
aniything like that, I need something to identificate
the snapshot the smoke was run against.

Thanks!
Mattia



Re: cvs snapshots

2001-09-19 Thread Ask Bjoern Hansen

On Wed, 19 Sep 2001, Mattia Barbon wrote:

   Any chance on rsync? If so, I might set up another smoke suite to bother you
   with reports :)
  
  rsync -av cvs.perl.org::parrot-HEAD parrot
 For smoking it'll be nice to hace some file with a timestamp of the
 checkout, i.e. in the script do something like
 
 cvs update -D some_date
 echo some_date  .timestamp

the timestamp of the tar ball should include this, but I've added a
.timestamp file anyway. :-)


 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();





Re: cvs snapshots

2001-09-18 Thread H . Merijn Brand

On Tue 18 Sep 2001 10:52, Mattia Barbon [EMAIL PROTECTED] wrote:
 On Tue, 18 Sep 2001, H.Merijn Brand wrote:
 
 On Mon 17 Sep 2001 23:08, Ask Bjoern Hansen [EMAIL PROTECTED] wrote:
  
  oops, I forgot to tell anyone.  I made CVS export and tar up a
  snapshot every 6 hours. It is available at
  http://cvs.perl.org/snapshots/parrot/
 
 Any chance on rsync? If so, I might set up another smoke suite to bother you
 with reports :)
 I wantd it too ( just waited for the Win32 changes to be integrated int
 the perl one, to do a thing at a time ), but I can start sooner,
 of course
 
 If Mattia keeps the test suite in shape, I /will/ try to initiate a smoke. At
 first this sounds simple, but when the base conf uses the perl conf that is
 used for the perl that is called on configure.pl, I will either have to change
 some of the flags used (for 64bit env's) or rebuilt perl for each parrot smoke.
 Which in fact would be fun to integrate into the bleadperl smoke :) that is,
 test parrot for every bleadperl conf tested. H, think, think, think ...
 Now you can do
 perl Configure.pl --defaults --define ccflags=... --define ld=cc
 --define cc=gcc --define libs=-lfoo
 
 for each and every flag, and they will ovrride the perl ones
 ( in fact I use this to compile a MinGW parrot using ActivePerl )
 And yes, I was thinking of smoke when I submitted that
 patch...
  
 WRT smoking, I can made a Parrot smoking suite modifying the
 perl one, since I have
 lots of time ( it's nice to be a student :-) )

Consider it your's :)

I will try to *integrate* it in my hybrid perl5 smoke and test parrot for
every bleadperl configuration. Yummie, sounds like fun. Now only I have to
enable the Unix host to connect to cvs.perl.org (everything is closed), but I
managed for ftp.linux.activestate.com, and I'll manage again!

-- 
H.Merijn BrandAmsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1  629 on HP-UX 10.20  11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro  WinCE 2.11.  Smoking perl CORE: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org




Re: cvs snapshots

2001-09-18 Thread H . Merijn Brand

On Tue 18 Sep 2001 00:54, Ask Bjoern Hansen [EMAIL PROTECTED] wrote:
 On Tue, 18 Sep 2001, H.Merijn Brand wrote:
 
  On Mon 17 Sep 2001 23:08, Ask Bjoern Hansen [EMAIL PROTECTED] wrote:
   
   oops, I forgot to tell anyone.  I made CVS export and tar up a
   snapshot every 6 hours. It is available at
   http://cvs.perl.org/snapshots/parrot/
  
  Any chance on rsync? If so, I might set up another smoke suite to bother you
  with reports :)
 
 rsync -av cvs.perl.org::parrot-HEAD parrot
 
 it's only updated every 6th hour.  Maybe I'll get time to get it to
 update more often (but not create a snapshot) tonight.

From all my machines I get

i2:/l1/pro/3gl/CPAN/parrot 104  rsync -avz rsync://cvs.perl.org::parrot-HEAD/ .
failed to connect to cvs.perl.org - Can't assign requested address
i2:/l1/pro/3gl/CPAN/parrot 105  rsync -avz rsync://216.246.96.150::parrot-HEAD/ .
failed to connect to 216.246.96.150 - Can't assign requested address
i2:/l1/pro/3gl/CPAN/parrot 106 

(And this machine has (temporary) no restrictions to the outside world)

ActiveSync rsyncs fine using
rsync -avz rsync://ftp.linux.activestate.com/perl-current/ .

-- 
H.Merijn BrandAmsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1  629 on HP-UX 10.20  11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro  WinCE 2.11.  Smoking perl CORE: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org




cvs snapshots

2001-09-17 Thread Ask Bjoern Hansen


oops, I forgot to tell anyone.  I made CVS export and tar up a
snapshot every 6 hours. It is available at
http://cvs.perl.org/snapshots/parrot/


  - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();




Re: cvs snapshots

2001-09-17 Thread H.Merijn Brand

On Mon 17 Sep 2001 23:08, Ask Bjoern Hansen [EMAIL PROTECTED] wrote:
 
 oops, I forgot to tell anyone.  I made CVS export and tar up a
 snapshot every 6 hours. It is available at
 http://cvs.perl.org/snapshots/parrot/

Any chance on rsync? If so, I might set up another smoke suite to bother you
with reports :)

If Mattia keeps the test suite in shape, I /will/ try to initiate a smoke. At
first this sounds simple, but when the base conf uses the perl conf that is
used for the perl that is called on configure.pl, I will either have to change
some of the flags used (for 64bit env's) or rebuilt perl for each parrot smoke.
Which in fact would be fun to integrate into the bleadperl smoke :) that is,
test parrot for every bleadperl conf tested. H, think, think, think ...

-- 
H.Merijn BrandAmsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1  623 on HP-UX 10.20  11.00, AIX 4.2, AIX 4.3,
 WinNT 4, Win2K pro  WinCE 2.11 often with Tk800.022 /| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/




Re: cvs snapshots

2001-09-17 Thread Ask Bjoern Hansen

On Tue, 18 Sep 2001, H.Merijn Brand wrote:

 On Mon 17 Sep 2001 23:08, Ask Bjoern Hansen [EMAIL PROTECTED] wrote:
  
  oops, I forgot to tell anyone.  I made CVS export and tar up a
  snapshot every 6 hours. It is available at
  http://cvs.perl.org/snapshots/parrot/
 
 Any chance on rsync? If so, I might set up another smoke suite to bother you
 with reports :)

rsync -av cvs.perl.org::parrot-HEAD parrot

it's only updated every 6th hour.  Maybe I'll get time to get it to
update more often (but not create a snapshot) tonight.


 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();