This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: snapshot version numbers?


> Easy enough:
> 
> -rw-rw-r--    1 pme      714743 Jun 26 14:20 libstdc++-3.0.tar.bz2
> -rw-rw-r--    1 pme      904281 Jun 26 14:20 libstdc++-3.0.tar.gz
> 
> To be certain that they were 3.0 sources, I grabbed a copy of the 3.0
> tarball from an ftp mirror, renamed the library subdirectory, and tarred
> it up.  Okay to put up on the ftp site, or is there anything that should
> be done first?

a bit out-of-date

        copy your test sources into a new folder, renamed libstdc++.2.90.x
        rm -rf CVS */CVS */*/CVS
        chmod -R a+r,o-w *
        tar cvf libstdc++-2.90.5.tar libstdc++-2.90.5/
        gzip libstdc++-2.90.5.tar
        rcp libstdc++-2.90.5.tar.gz  sourceware:~ftp/pub/libstdc++
        rlogin -x -F sourceware
        cd ~ftp/pub/libstdc++
        chmod 664 libstdc++-2.90.5.tar.gz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]