>
> BTW, the changelog.txt says in the first line:
>
> Here is a list of packages included in this PharoCore1.0rc2 (#1 => Here
> is a list of packages included in this PharoCore1.0rc3 (#1
>
> the first rc2 should be rc3.
>
>
Hi Miguel. Thanks for reporting. I need a diff guru ;)  you are the one!

The problem is that I am building the changelog with this:

function buildChangeLog() {
    echo 'Please copy/past previous packages.txt and press CTRL+d'
    cat > old-packages.txt

    # Adds a new line at the end
    echo >> old-packages.txt

    diff --side-by-side --expand-tabs --suppress-common-lines \
    --ignore-blank-lines --ignore-matching-lines='Pharo' --text \
    old-packages.txt packages.txt \
    | sed -e 's/ *| */ => /' > changelog.txt

    rm -f old-packages.txt

}



In this case, what I paste is the previous packages.txt which in this case
they are something like this:

Here is a list of packages included in this PharoCore1.0rc2 (#10508):
 AST-Core-lr.49
 AST-Tests-lr.5
 AutomaticMethodCategorizer-DF.25
 AutomaticMethodCategorizerOB-DF.1
 BogusInfo-lr.18
 ConfigurationOfAutomaticMethodCategorizer-MarianoMartinezPeck.4
 ConfigurationOfGofer-DaleHenrichs.
---------continues-------


And then, packages.txt (the newone) is something like this:


Here is a list of packages included in this Pharo-1.0-10515-rc3 (#10515):
 AST-Core-lr.66
 AST-Tests-Core-lr.8
 AutomaticMethodCategorizer-DF.25
 AutomaticMethodCategorizerOB-DF.1
 BogusInfo-lr.18
 ConfigurationOfAutomaticMethodCategorizer-MarianoMartinezPeck.4
 ConfigurationOfGofer-DaleHenrichs.9
--------continues-------


So...the result of the diff is something like this:


Here is a list of packages included in this PharoCore1.0rc2 (#1 => Here is a
list of packages included in this Pharo-1.0-10515-rc3
 AST-Core-lr.49 => AST-Core-lr.66
 AST-Tests-lr.5 => AST-Tests-Core-lr.8
----continues-----

First, I don't know why
"Here is a list of packages included in this PharoCore1.0rc2 (#1 "   is cut,
because actually the line is

"Here is a list of packages included in this PharoCore1.0rc2 (#10508):"

Second maybe I want to exclude the first line and. I mean, I want this:

Here are the changes in this Pharo-1.0-10515-rc3
 AST-Core-lr.49 => AST-Core-lr.66
 AST-Tests-lr.5 => AST-Tests-Core-lr.8
----continues-----


Do you know how can I do both things?

Thanks

Mariano





> Cheers
> >         Cheers,
> >         Adrian
> >
> >
> >         On Mar 21, 2010, at 14:01 , laurent laffont wrote:
> >
> >         > Hi,
> >         >
> >         > "Get the Pharo By Example book" : on this page there's a lot
> >         more than Pharo
> >         > By Example.
> >         >
> >         > "Watch the Pharo Screencasts" points to
> >         > http://www.pharo-project.org/documentation/tutorials-books
> >         >
> >         > I think I'd rather delete the Getting Started page and put
> >         its content at
> >         > the top of the homepage, above Mission section.
> >         >
> >         > Cheers,
> >         >
> >         > Laurent Laffont
> >         >
> >         >
> >         > On Sun, Mar 21, 2010 at 12:48 PM, Adrian Lienhard
> >         <[email protected]> wrote:
> >         >
> >         >> Hi all,
> >         >>
> >         >> I've updated the website content, in particular the
> >         following pages, which
> >         >> are linked from the welcome workspace:
> >         >>
> >         >> http://www.pharo-project.org/documentation/getting-started
> >         >> http://www.pharo-project.org/documentation/tutorials-books
> >         >>
> >         >> If you have any suggestions to improve the website (e.g.,
> >         for the FAQ),
> >         >> please let me know!
> >         >>
> >         >> Cheers,
> >         >> Adrian
> >         >>
> >         >> BTW, I also updated the download links to the new Pharo RC3
> >         image
> >         >>
> >         >> ___________________
> >         >> http://www.adrian-lienhard.ch/
> >         >>
> >         >>
> >         >> _______________________________________________
> >         >> Pharo-project mailing list
> >         >> [email protected]
> >         >>
> >
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >         >>
> >         > _______________________________________________
> >         > Pharo-project mailing list
> >         > [email protected]
> >         >
> >
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> >         _______________________________________________
> >         Pharo-project mailing list
> >         [email protected]
> >
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [email protected]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> Miguel Cobá
> http://miguel.leugim.com.mx
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to