You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Kay Schenk <ka...@gmail.com> on 2015/11/01 22:14:01 UTC

Re: update feed from 4.1.1 to 4.1.2 ready to go...


On 10/31/2015 03:19 PM, Kay Schenk wrote:
> 
> 
> On 10/31/2015 10:55 AM, Andrea Pescetti wrote:
>> Kay Schenk wrote:
>>> see issue: https://bz.apache.org/ooo/show_bug.cgi?id=126612
>>> There's an update feed from 4.1.1 to 4.1.2 ready to go whenever
>>> we're ready for this.
>>
>> Thanks! I think we are ready, +1 from me for putting it online when
>> you wish, like tomorrow or Monday. Just go ahead, the reason for
>> waiting still a bit is that it would be good to have some
>> translation updates on the download pages (see l10n list and/or issue).
> 
> Ok...I'll take a look at the progress on these first before doing
> anything.

Ok, now in place for 4.1.1 to 4.1.2. Others coming soonish...

> 
>>
>>> I will work on the others and attach to the issue over teh next few
>>> days.
>>
>> Great, maybe those could wait a couple days too since they will be
>> cloned by the 4.1.1 ones with some search/replace, but the 4.1.1
>> ones may change to reflect the new localized sites we have now (so,
>> for example, Latvian may wish to use the Latvian download pages
>> instead of the generic ones).
> 
> We could probably wait until mid-week on these.
> 
>>
>> Regards,
>>   Andrea.
>>
> 
> 

-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.

On 11/07/2015 01:00 AM, Andrea Pescetti wrote:
> Kay Schenk wrote:
>> Ok. Yeah, I remarked about the date in the attachments, so I will
>> change to Oct 28.
> 
> The issue is not much the date value, but the date format. I've now
> fixed the script to produce exactly the same format we have in
> legacy versions. At your option, you can re-run the script or
> manually set the Oct 28 date, as you wish. Updated script is in SVN
> at the same place:
> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/generate-update-feed.sh?diff_format=h&view=markup
> 
> 
>> I will recommit 4.1.1 to 4.1.2 using the script version.
>> I don't plan on reattaching the corrections to the issue. I will
>> just do these fixes and commit on Sunday.
> 
> Perfect, thanks!
> 
> Regards,
>   Andrea.

All feeds should now be active.


-- 
--------------------------------------------
MzK

“Somebody's gotta win, somebody's gotta lose.
 Just don't fight about it.
 Just try to get better."
                       -- Yogi Berra




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Andrea Pescetti <pe...@apache.org>.
Kay Schenk wrote:
> Ok. Yeah, I remarked about the date in the attachments, so I will
> change to Oct 28.

The issue is not much the date value, but the date format. I've now 
fixed the script to produce exactly the same format we have in legacy 
versions. At your option, you can re-run the script or manually set the 
Oct 28 date, as you wish. Updated script is in SVN at the same place:
http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/generate-update-feed.sh?diff_format=h&view=markup

> I will recommit 4.1.1 to 4.1.2 using the script version.
> I don't plan on reattaching the corrections to the issue. I will
> just do these fixes and commit on Sunday.

Perfect, thanks!

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.

On 11/06/2015 03:34 PM, Andrea Pescetti wrote:
> Kay Schenk wrote:
>> On 11/05/2015 04:12 PM, Kay Schenk wrote:
>>> I just committed my few changes that I made to the devtools area.
>> As we have delayed these update feeds more than normal, unless there
>> is an objection, I will plan on committing them on Sunday, PST in
>> the am sometime.
> 
> 1) 4.1.1 to 4.1.2
> 
> I tried running the scripts and indeed everything works as expected.
> They even found a typo: I compared the output of
> $ ./generate-update-feed.sh 4.1.1 4.1.2
> to the current feed at
> http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?view=co&content-type=text%2Fplain
> 
> 
> and it found that line 1870 (and 3 more ones) has a typo:
> 
> <inst:update type="text/html"
> src="http://www.openoffice.org/pt/download?utm_source=AOO4_1_1_lt&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
> 
> 
> The utm_source should be "AOO4_1_1_pt" not "AOO4_1_1_lt".
> 
> The script-generated version fixes it.
> 
> 2) 4.x.y to 4.1.2
> 
> I compared, in pairs, the current attachments to
> https://bz.apache.org/ooo/show_bug.cgi?id=126612
> and I confirm that in all 3 cases the script-generated version has
> the correct links, and fixes small issues with the manually
> generated (with old data) version.
> 
> 3) One remaining issue
> 
> On line 4 of the generated feeds, the "updated" date is invalid.
> 
> Manually entered value:
>      <updated>Wed, Oct 28, 2015 19:56:54 UTC</updated>
> 
> Script-generated value (on your system):
>     <updated>Thu Nov  5 21:35:43 UTC 2015 UTC</updated>
> 
> This should be fixed manually (by copying the "manual" value to it),
> or line 187 of the script at
> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/generate-update-feed.sh?diff_format=h&view=markup
> 
> should get the correct parameters for date.
> 
> Regards,
>   Andrea.

Ok. Yeah, I remarked about the date in the attachments, so I will
change to Oct 28. I will recommit 4.1.1 to 4.1.2 using the script
version.

I don't plan on reattaching the corrections to the issue. I will
just do these fixes and commit on Sunday.

-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Andrea Pescetti <pe...@apache.org>.
Kay Schenk wrote:
> On 11/05/2015 04:12 PM, Kay Schenk wrote:
>> I just committed my few changes that I made to the devtools area.
> As we have delayed these update feeds more than normal, unless there
> is an objection, I will plan on committing them on Sunday, PST in
> the am sometime.

1) 4.1.1 to 4.1.2

I tried running the scripts and indeed everything works as expected. 
They even found a typo: I compared the output of
$ ./generate-update-feed.sh 4.1.1 4.1.2
to the current feed at
http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?view=co&content-type=text%2Fplain

and it found that line 1870 (and 3 more ones) has a typo:

<inst:update type="text/html" 
src="http://www.openoffice.org/pt/download?utm_source=AOO4_1_1_lt&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>

The utm_source should be "AOO4_1_1_pt" not "AOO4_1_1_lt".

The script-generated version fixes it.

2) 4.x.y to 4.1.2

I compared, in pairs, the current attachments to
https://bz.apache.org/ooo/show_bug.cgi?id=126612
and I confirm that in all 3 cases the script-generated version has the 
correct links, and fixes small issues with the manually generated (with 
old data) version.

3) One remaining issue

On line 4 of the generated feeds, the "updated" date is invalid.

Manually entered value:
      <updated>Wed, Oct 28, 2015 19:56:54 UTC</updated>

Script-generated value (on your system):
     <updated>Thu Nov  5 21:35:43 UTC 2015 UTC</updated>

This should be fixed manually (by copying the "manual" value to it), or 
line 187 of the script at
http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/generate-update-feed.sh?diff_format=h&view=markup
should get the correct parameters for date.

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.
On 11/05/2015 04:12 PM, Kay Schenk wrote:
> 
> 
> On 11/05/2015 03:48 PM, Andrea Pescetti wrote:
>> On 05/11/2015 Kay Schenk wrote:
>>> I fixed up the localized download areas which is an input file to
>>> the script, so hopefully we're good on that now.
>>
>> Is it committed? I'd rather review this update (which I don't see at
>> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/LanguageCodeMap.txt?view=log
>> ) and the new update feeds together. And then hopefully we can go
>> online, document this on the wiki and close the last pending task of
>> the 4.1.2 release.
>>
>> Regards,
>>   Andrea.
> 
> no...the feeds are not committed but are attached with new names to
> the issue. And I just committed my few changes that I made to the
> devtools area.
> 
> 

As we have delayed these update feeds more than normal, unless there
is an objection, I will plan on committing them on Sunday, PST in
the am sometime.


-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.

On 11/05/2015 03:48 PM, Andrea Pescetti wrote:
> On 05/11/2015 Kay Schenk wrote:
>> I fixed up the localized download areas which is an input file to
>> the script, so hopefully we're good on that now.
> 
> Is it committed? I'd rather review this update (which I don't see at
> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/LanguageCodeMap.txt?view=log
> ) and the new update feeds together. And then hopefully we can go
> online, document this on the wiki and close the last pending task of
> the 4.1.2 release.
> 
> Regards,
>   Andrea.

no...the feeds are not committed but are attached with new names to
the issue. And I just committed my few changes that I made to the
devtools area.



-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Andrea Pescetti <pe...@apache.org>.
On 05/11/2015 Kay Schenk wrote:
> I fixed up the localized download areas which is an input file to
> the script, so hopefully we're good on that now.

Is it committed? I'd rather review this update (which I don't see at 
http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/LanguageCodeMap.txt?view=log 
) and the new update feeds together. And then hopefully we can go 
online, document this on the wiki and close the last pending task of the 
4.1.2 release.

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.

On 11/04/2015 09:30 AM, Kay Schenk wrote:
> 
> 
> On 11/04/2015 03:59 AM, Andrea Pescetti wrote:
>> Kay Schenk wrote:
>>> ​Ok, these are comments that already existed but I will change the
>>> spelling...
>>
>> Yes, all fixes are not due to some mistakes in your work, but to
>> previous stuff.
>>
>>>> but the corresponding fixes still need to be done on the 4.1.0 ->
>>>> 4.1.2
>>>> feed (and probably to the other two too) as currently attached to
>>>> the issue.
>>> ​I'm not quite understanding this last comment. Please see the
>>> update feed
>>> already committed you refer to.​
>>
>> The committed one is 4.1.1 -> 4.1.2 and it is correct. The broken
>> one is 4.1.0 -> 4.1.2 and you fixed it with the spelling correction
>> but not with the localized sites update. The latest one
>> https://bz.apache.org/ooo/attachment.cgi?id=85105 still misses the
>> Lithuanian site (it doesn't contain "/lt").
> 
> oops! Apparently my eyes are failing! :(
> 
>>
>>> ​The native lang urls are not directly referenced in the update feed.
>>
>> Yes they are. If I am using version 4.1.1 in Italian, the pop-up
>> will send me to
>> http://www.openoffice.org/it/download/
>> and not to
>> http://www.openoffice.org/download/
>> since line 1342 (and similar) of
>> http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?view=markup
>> are configured that way. So the two "missing" languages were not
>> missing, but they were sending people to a wrong (well, a working
>> one but not the best one) URL.
>>
>>> ​ah! I actually found a generation script for this at:
>>> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/
>>
>> Good find! You really saved us a lot of time by investigating,
>> thanks. This is perfect to the purpose, and even the list I had in
>> mind is already done there:
>>
>> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/LanguageCodeMap.txt?revision=1619063&view=markup
>>
> 
> I had a vague recollection of Oliver doing this...so I looked around.
> 
>>
>> So a fix on lines 36 and 40 of that file will incorporate the 3
>> fixes (Lithuanian spelling, Lithuanian URL, Portuguese URL) and it
>> will be enough to:
>> 1) Regenerate all 4.x.y -> 4.1.2 feeds with it
>> 2) Compare the generated feed for 4.1.1 -> 4.1.2 to the one you
>> committed, so that we can check it is consistent.
> 
> Good idea! I can continue to help, but maybe not until tomorrow.

Ok, more update feeds to see attached to:
https://bz.apache.org/ooo/show_bug.cgi?id=126612

using the script which is AWESOME! Please not the script uses
today's date, Nov.5, and not our release date of Oct. 28. This is
just a comment, so if we want to change all these to Oct.28, we can
do this.

I fixed up the localized download areas which is an input file to
the script, so hopefully we're good on that now.

So, once we get a FINAL (hopefully!) review, I will copy these over
to where they need to go an commit. The 4.1.1 -> 4.1.2 we have
already committed is OK.


> 
>>
>>> How we lost the two languages initially I don't know.
>>
>> We never lost them. What happened is that in 2014 we didn't have a
>> well-maintained Lithuanian and Portuguese site. We now do, so the
>> best target URL for updates from Lithuanian and Portuguese has now
>> changed. And this is why we have a file (link above) for it.
> 
> OK. I thought it might be something like this. Maybe we need to
> revisit our "policy" on continuing releases for languages even if
> the 100% translation is not reached.
> 
>>
>> Regards,
>>   Andrea.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
> 

-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.

On 11/04/2015 03:59 AM, Andrea Pescetti wrote:
> Kay Schenk wrote:
>> ​Ok, these are comments that already existed but I will change the
>> spelling...
> 
> Yes, all fixes are not due to some mistakes in your work, but to
> previous stuff.
> 
>>> but the corresponding fixes still need to be done on the 4.1.0 ->
>>> 4.1.2
>>> feed (and probably to the other two too) as currently attached to
>>> the issue.
>> ​I'm not quite understanding this last comment. Please see the
>> update feed
>> already committed you refer to.​
> 
> The committed one is 4.1.1 -> 4.1.2 and it is correct. The broken
> one is 4.1.0 -> 4.1.2 and you fixed it with the spelling correction
> but not with the localized sites update. The latest one
> https://bz.apache.org/ooo/attachment.cgi?id=85105 still misses the
> Lithuanian site (it doesn't contain "/lt").

oops! Apparently my eyes are failing! :(

> 
>> ​The native lang urls are not directly referenced in the update feed.
> 
> Yes they are. If I am using version 4.1.1 in Italian, the pop-up
> will send me to
> http://www.openoffice.org/it/download/
> and not to
> http://www.openoffice.org/download/
> since line 1342 (and similar) of
> http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?view=markup
> are configured that way. So the two "missing" languages were not
> missing, but they were sending people to a wrong (well, a working
> one but not the best one) URL.
> 
>> ​ah! I actually found a generation script for this at:
>> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/
> 
> Good find! You really saved us a lot of time by investigating,
> thanks. This is perfect to the purpose, and even the list I had in
> mind is already done there:
> 
> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/LanguageCodeMap.txt?revision=1619063&view=markup
> 

I had a vague recollection of Oliver doing this...so I looked around.

> 
> So a fix on lines 36 and 40 of that file will incorporate the 3
> fixes (Lithuanian spelling, Lithuanian URL, Portuguese URL) and it
> will be enough to:
> 1) Regenerate all 4.x.y -> 4.1.2 feeds with it
> 2) Compare the generated feed for 4.1.1 -> 4.1.2 to the one you
> committed, so that we can check it is consistent.

Good idea! I can continue to help, but maybe not until tomorrow.

> 
>> How we lost the two languages initially I don't know.
> 
> We never lost them. What happened is that in 2014 we didn't have a
> well-maintained Lithuanian and Portuguese site. We now do, so the
> best target URL for updates from Lithuanian and Portuguese has now
> changed. And this is why we have a file (link above) for it.

OK. I thought it might be something like this. Maybe we need to
revisit our "policy" on continuing releases for languages even if
the 100% translation is not reached.

> 
> Regards,
>   Andrea.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 

-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Andrea Pescetti <pe...@apache.org>.
Kay Schenk wrote:
> ​Ok, these are comments that already existed but I will change the
> spelling...

Yes, all fixes are not due to some mistakes in your work, but to 
previous stuff.

>> but the corresponding fixes still need to be done on the 4.1.0 -> 4.1.2
>> feed (and probably to the other two too) as currently attached to the issue.
> ​I'm not quite understanding this last comment. Please see the update feed
> already committed you refer to.​

The committed one is 4.1.1 -> 4.1.2 and it is correct. The broken one is 
4.1.0 -> 4.1.2 and you fixed it with the spelling correction but not 
with the localized sites update. The latest one 
https://bz.apache.org/ooo/attachment.cgi?id=85105 still misses the 
Lithuanian site (it doesn't contain "/lt").

> ​The native lang urls are not directly referenced in the update feed.

Yes they are. If I am using version 4.1.1 in Italian, the pop-up will 
send me to
http://www.openoffice.org/it/download/
and not to
http://www.openoffice.org/download/
since line 1342 (and similar) of 
http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?view=markup 
are configured that way. So the two "missing" languages were not 
missing, but they were sending people to a wrong (well, a working one 
but not the best one) URL.

> ​ah! I actually found a generation script for this at:
> http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/

Good find! You really saved us a lot of time by investigating, thanks. 
This is perfect to the purpose, and even the list I had in mind is 
already done there:

http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/LanguageCodeMap.txt?revision=1619063&view=markup

So a fix on lines 36 and 40 of that file will incorporate the 3 fixes 
(Lithuanian spelling, Lithuanian URL, Portuguese URL) and it will be 
enough to:
1) Regenerate all 4.x.y -> 4.1.2 feeds with it
2) Compare the generated feed for 4.1.1 -> 4.1.2 to the one you 
committed, so that we can check it is consistent.

> How we lost the two languages initially I don't know.

We never lost them. What happened is that in 2014 we didn't have a 
well-maintained Lithuanian and Portuguese site. We now do, so the best 
target URL for updates from Lithuanian and Portuguese has now changed. 
And this is why we have a file (link above) for it.

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.
On Tue, Nov 3, 2015 at 3:12 PM, Andrea Pescetti <pe...@apache.org> wrote:

> Kay Schenk wrote:
>
>> The feeds for 4.0.0, 4.0.1, and 4.1.0 are now ready to be put in
>> place. I double checked the languages with what was actually
>> distributed for these versions, so hopefully all is well. But anyone
>> can take a look.
>> See attached in: https://bz.apache.org/ooo/show_bug.cgi?id=126612
>> And a big thank you to Aivaras Stepukonis for pointing out missing
>> languages in the 4.1.1 to 4.1.2 feed and providing a new feed file.
>>
>
> Almost right, but not ready yet, since they still miss the latest updates
> by Aivaras.
>
> The correct version must have:
> - Lithuanian and not Lituanian
>

​Ok, these are comments that already existed but I will change the
spelling...
​


> - Link to http://www.openoffice.org/lt/download
> - Link to http://www.openoffice.org/pt/download
>
> In short, you already applied the right corrections for 4.1.1 with
>
>
> http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?r1=1711854&r2=1712182&diff_format=h
>
> but the corresponding fixes still need to be done on the 4.1.0 -> 4.1.2
> feed (and probably to the other two too) as currently attached to the issue.
>

​I'm not quite understanding this last comment. Please see the update feed
already committed you refer to.​

​The native lang urls are not directly referenced in the update feed. I'm
not all that familiar with the actual update mechanism, so I'm not sure how
a change from what is specified now to urls as you indicate would affect
the process.
​

>
> I plan on committing the remaining feeds on Wed, Nov. 4, unless
>> there is an issue with that.
>>
>
> Even if they go online as they are, the number of users on 4.1.0 and
> earlier versions is hopefully very low. But it would be good to fix all
> feeds.
>
> Even better, as I suggested in
> https://bz.apache.org/ooo/show_bug.cgi?id=126612#c1 it would be best to
> script generation of these feeds since there is high redundancy in the
> files and this would make maintenance easier.


​ah! I actually found a generation script for this at:
http://svn.apache.org/viewvc/openoffice/devtools/genUpdateFeed/

but have not tried to use it.

In this case, mostly it was just a matter of replacing old versions numbers
with new ones on 4 files so not too bad. How we lost the two languages
initially I don't know.
​


>
>
> Regards,
>   Andrea.
>
>

-- 
----------------------------------------------------------------------
MzK

“The journey of a thousand miles begins with a single step.”
                                                          --Lao Tzu

Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Andrea Pescetti <pe...@apache.org>.
Kay Schenk wrote:
> The feeds for 4.0.0, 4.0.1, and 4.1.0 are now ready to be put in
> place. I double checked the languages with what was actually
> distributed for these versions, so hopefully all is well. But anyone
> can take a look.
> See attached in: https://bz.apache.org/ooo/show_bug.cgi?id=126612
> And a big thank you to Aivaras Stepukonis for pointing out missing
> languages in the 4.1.1 to 4.1.2 feed and providing a new feed file.

Almost right, but not ready yet, since they still miss the latest 
updates by Aivaras.

The correct version must have:
- Lithuanian and not Lituanian
- Link to http://www.openoffice.org/lt/download
- Link to http://www.openoffice.org/pt/download

In short, you already applied the right corrections for 4.1.1 with

http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo411/check.Update?r1=1711854&r2=1712182&diff_format=h

but the corresponding fixes still need to be done on the 4.1.0 -> 4.1.2 
feed (and probably to the other two too) as currently attached to the issue.

> I plan on committing the remaining feeds on Wed, Nov. 4, unless
> there is an issue with that.

Even if they go online as they are, the number of users on 4.1.0 and 
earlier versions is hopefully very low. But it would be good to fix all 
feeds.

Even better, as I suggested in 
https://bz.apache.org/ooo/show_bug.cgi?id=126612#c1 it would be best to 
script generation of these feeds since there is high redundancy in the 
files and this would make maintenance easier.

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: update feed from 4.1.1 to 4.1.2 ready to go...

Posted by Kay Schenk <ka...@gmail.com>.

On 11/01/2015 01:14 PM, Kay Schenk wrote:
> 
> 
> On 10/31/2015 03:19 PM, Kay Schenk wrote:
>>
>>
>> On 10/31/2015 10:55 AM, Andrea Pescetti wrote:
>>> Kay Schenk wrote:
>>>> see issue: https://bz.apache.org/ooo/show_bug.cgi?id=126612
>>>> There's an update feed from 4.1.1 to 4.1.2 ready to go whenever
>>>> we're ready for this.
>>>
>>> Thanks! I think we are ready, +1 from me for putting it online when
>>> you wish, like tomorrow or Monday. Just go ahead, the reason for
>>> waiting still a bit is that it would be good to have some
>>> translation updates on the download pages (see l10n list and/or issue).
>>
>> Ok...I'll take a look at the progress on these first before doing
>> anything.
> 
> Ok, now in place for 4.1.1 to 4.1.2. Others coming soonish...
> 
>>
>>>
>>>> I will work on the others and attach to the issue over teh next few
>>>> days.
>>>
>>> Great, maybe those could wait a couple days too since they will be
>>> cloned by the 4.1.1 ones with some search/replace, but the 4.1.1
>>> ones may change to reflect the new localized sites we have now (so,
>>> for example, Latvian may wish to use the Latvian download pages
>>> instead of the generic ones).
>>
>> We could probably wait until mid-week on these.

The feeds for 4.0.0, 4.0.1, and 4.1.0 are now ready to be put in
place. I double checked the languages with what was actually
distributed for these versions, so hopefully all is well. But anyone
can take a look.

See attached in: https://bz.apache.org/ooo/show_bug.cgi?id=126612

And a big thank you to Aivaras Stepukonis for pointing out missing
languages in the 4.1.1 to 4.1.2 feed and providing a new feed file.

I plan on committing the remaining feeds on Wed, Nov. 4, unless
there is an issue with that.


>>
>>>
>>> Regards,
>>>   Andrea.
>>>
>>
>>
> 

-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org