<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Hi,<br>
<br>
Well my skills were too limited but I found an alternative. I use
uscan tool from Debian and I created a script with regexp in the
URL, so that the proces to be automated. I can share this work with
any interested people, but it depnds on uscan via Debian.<br>
<br>
Regards <br>
<br>
<br>
<div class="moz-cite-prefix">Le 13/01/2019 à 08:14, Florian
Reisinger a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CALfH-tj-OtDMCCZppKeBeKLGu=LiNHkvEkvBjC3XewJf4OMjYQ@mail.gmail.com">
<div dir="auto">Hi,
<div dir="auto"><br>
</div>
<div dir="auto">You can parse the HTML using regular expression.
Not keeping in mind the first X links of a page, all other
links on that page help you to build a valid URL. If the URL
does not contain sdk out helppack (or a very similar string)
it is the main installer.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Does this help you.?</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr">Am Sa., 12. Jän. 2019, 22:50 hat Jean-Philippe
MENGUAL <<a
href="mailto:jean-philippe.mengual@libreoffice.org"
moz-do-not-send="true">jean-philippe.mengual@libreoffice.org</a>>
geschrieben:<br>
</div>
<blockquote class="gmail_quote">Hi,<br>
<br>
Many thanks for your reply. My problem is that I have few code
skills, <br>
except shell scripts in bash. How do you fetch the elements of
the URLs <br>
wich are not predictible then?<br>
<br>
Thanks for your help<br>
<br>
regards<br>
<br>
<br>
<br>
Le 12/01/2019 à 21:31, Florian Reisinger a écrit :<br>
> Hi,<br>
> <br>
> Sent from wrong mail address<br>
> <br>
> ---------- Forwarded message ---------<br>
> From: *Florian Reisinger* <<a
href="mailto:reisi007@gmail.com" target="_blank"
rel="noreferrer" moz-do-not-send="true">reisi007@gmail.com</a>
<mailto:<a href="mailto:reisi007@gmail.com" target="_blank"
rel="noreferrer" moz-do-not-send="true">reisi007@gmail.com</a>>><br>
> Date: Sa., 12. Jän. 2019, 21:28<br>
> Subject: Re: [Libreoffice-qa] Automate the installation
of the nightly <br>
> releases<br>
> To: LibreOffice QA <<a
href="mailto:libreoffice-qa@lists.freedesktop.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">libreoffice-qa@lists.freedesktop.org</a>
<br>
> <mailto:<a
href="mailto:libreoffice-qa@lists.freedesktop.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">libreoffice-qa@lists.freedesktop.org</a>>><br>
> <br>
> <br>
> Hi,<br>
> <br>
> I wrote a c# (first generation) and a Kotlin/JVM (second
generation) <br>
> project ( <a
href="https://github.com/reisi007/Java-SI-GUI"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://github.com/reisi007/Java-SI-GUI</a>
) for that. Besides of <br>
> the Linux platform specific components it SHOULD also
work on Linux... <br>
> (Downloading only, installing MSI works on Windows).<br>
> <br>
> I think I can help you writing the tool you want :)
However, I have no <br>
> Linux Eno like environment.<br>
> <br>
> Yours,<br>
> <br>
> Florian<br>
> <br>
> Am Sa., 12. Jän. 2019, 17:38 hat Jean-Philippe MENGUAL <br>
> <<a
href="mailto:jean-philippe.mengual@libreoffice.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">jean-philippe.mengual@libreoffice.org</a>
<br>
> <mailto:<a
href="mailto:jean-philippe.mengual@libreoffice.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">jean-philippe.mengual@libreoffice.org</a>>>
geschrieben:<br>
> <br>
> Hi,<br>
> <br>
> I now can use the Debian packaged release of the
nightly builds of<br>
> Libreoffice. I use the French langpack as well.<br>
> <br>
> Could you help me for writing a script run as root,
in order to:<br>
> - download the tarballs<br>
> - untar<br>
> - install the Debian packages<br>
> - remove the tarballs and untarred foldersdossiers
décompressés<br>
> <br>
> The binary needs to be installed before the langpack.<br>
> I know all right what I need, but: in the URL
processed by wget,<br>
> there is:<br>
> <a
href="https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb.tar.gz"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb.tar.gz</a><br>
> and:<br>
> <a
href="https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb_langpack_fr.tar.gz"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/master~2019-01-11_09.39.05_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_deb_langpack_fr.tar.gz</a><br>
> <br>
> - how can I detect th exact name of
Linux-rpm_deb-x86_64@86-TDF<br>
> automatically (the end number (86) is ramdom)<br>
> - the filename is ramdom too<br>
> <br>
> How can I detect them automatically to make them
untar and processed<br>
> automatically?<br>
> <br>
> Thanks for your help.<br>
> <br>
> Regards<br>
> <br>
> <br>
> <br>
> <br>
> -- <br>
> signature_jp_2<br>
> Logo Hypra JEAN-PHILIPPE MENGUAL<br>
> DIRECTEUR TECHNIQUE ET QUALITÉ<br>
> 102, rue des poissonniers, 75018, Paris<br>
> Tel : +331 84 73 06 61 <tel:+33184730661> Mob :
+336 76 34 93 37<br>
> <tel:+33676349337><br>
> <a href="mailto:jpmengual@hypra.fr" target="_blank"
rel="noreferrer" moz-do-not-send="true">jpmengual@hypra.fr</a>
<mailto:<a href="mailto:jpmengual@hypra.fr" target="_blank"
rel="noreferrer" moz-do-not-send="true">jpmengual@hypra.fr</a>><br>
> <mailto:<a href="mailto:jpmengual@hypra.fr"
target="_blank" rel="noreferrer" moz-do-not-send="true">jpmengual@hypra.fr</a>
<mailto:<a href="mailto:jpmengual@hypra.fr" target="_blank"
rel="noreferrer" moz-do-not-send="true">jpmengual@hypra.fr</a>>><br>
> <a href="http://www.hypra.fr" rel="noreferrer
noreferrer" target="_blank" moz-do-not-send="true">www.hypra.fr</a>
<<a href="http://www.hypra.fr" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">http://www.hypra.fr</a>>
<<a href="http://www.hypra.fr/" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">http://www.hypra.fr/</a>><br>
> Facebook Hypra <<a
href="https://www.facebook.com/hyprasoftware/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://www.facebook.com/hyprasoftware/</a>>
Twitter Hypra<br>
> <<a href="https://twitter.com/Hypra_"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://twitter.com/Hypra_</a>>
Linkedin Jean-Philippe<br>
> <<a
href="https://fr.linkedin.com/in/jean-philippe-mengual-800133135"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://fr.linkedin.com/in/jean-philippe-mengual-800133135</a>><br>
> <br>
> <br>
> _______________________________________________<br>
> List Name: Libreoffice-qa mailing list<br>
> Mail address: <a
href="mailto:Libreoffice-qa@lists.freedesktop.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">Libreoffice-qa@lists.freedesktop.org</a><br>
> <mailto:<a
href="mailto:Libreoffice-qa@lists.freedesktop.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">Libreoffice-qa@lists.freedesktop.org</a>><br>
> Change settings:<br>
> <a
href="https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa</a><br>
> Problems?<br>
> <a
href="http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/</a><br>
> Posting guidelines + more: <a
href="http://wiki.documentfoundation.org/Netiquette"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://wiki.documentfoundation.org/Netiquette</a><br>
> List archive: <a
href="http://lists.freedesktop.org/archives/libreoffice-qa/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://lists.freedesktop.org/archives/libreoffice-qa/</a><br>
> <br>
> <br>
> _______________________________________________<br>
> List Name: Libreoffice-qa mailing list<br>
> Mail address: <a
href="mailto:Libreoffice-qa@lists.freedesktop.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">Libreoffice-qa@lists.freedesktop.org</a><br>
> Change settings: <a
href="https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa</a><br>
> Problems? <a
href="http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/</a><br>
> Posting guidelines + more: <a
href="http://wiki.documentfoundation.org/Netiquette"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://wiki.documentfoundation.org/Netiquette</a><br>
> List archive: <a
href="http://lists.freedesktop.org/archives/libreoffice-qa/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://lists.freedesktop.org/archives/libreoffice-qa/</a><br>
> <br>
<br>
-- <br>
Logo Hypra JEAN-PHILIPPE MENGUAL<br>
DIRECTEUR TECHNIQUE ET QUALITÉ<br>
102, rue des poissonniers, 75018, Paris<br>
Tel : +331 84 73 06 61 <tel:+33184730661> Mob : +336 76
34 93 37<br>
<tel:+33676349337><br>
<a href="mailto:jpmengual@hypra.fr" target="_blank"
rel="noreferrer" moz-do-not-send="true">jpmengual@hypra.fr</a>
<mailto:<a href="mailto:jpmengual@hypra.fr" target="_blank"
rel="noreferrer" moz-do-not-send="true">jpmengual@hypra.fr</a>><br>
<a href="http://www.hypra.fr" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">www.hypra.fr</a> <<a
href="http://www.hypra.fr/" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">http://www.hypra.fr/</a>><br>
Facebook Hypra <<a
href="https://www.facebook.com/hyprasoftware/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://www.facebook.com/hyprasoftware/</a>> Twitter
Hypra<br>
<<a href="https://twitter.com/Hypra_" rel="noreferrer
noreferrer" target="_blank" moz-do-not-send="true">https://twitter.com/Hypra_</a>>
Linkedin Jean-Philippe<br>
<<a
href="https://fr.linkedin.com/in/jean-philippe-mengual-800133135"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://fr.linkedin.com/in/jean-philippe-mengual-800133135</a>><br>
<br>
<br>
_______________________________________________<br>
List Name: Libreoffice-qa mailing list<br>
Mail address: <a
href="mailto:Libreoffice-qa@lists.freedesktop.org"
target="_blank" rel="noreferrer" moz-do-not-send="true">Libreoffice-qa@lists.freedesktop.org</a><br>
Change settings: <a
href="https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa</a><br>
Problems? <a
href="http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/</a><br>
Posting guidelines + more: <a
href="http://wiki.documentfoundation.org/Netiquette"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://wiki.documentfoundation.org/Netiquette</a><br>
List archive: <a
href="http://lists.freedesktop.org/archives/libreoffice-qa/"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://lists.freedesktop.org/archives/libreoffice-qa/</a></blockquote>
</div>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>signature_jp_2</title>
<table style="font-family: Liberation Sans;" width="600"
height="151" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="padding:0 0 0 10px;" width="145" valign="top"><img
moz-do-not-send="true" text-align="center" alt="Logo
Hypra"
src="http://hypra.fr/sites/default/IMG/png/logo_hypra_rvb.png"
width="105" height="136"> </td>
<td valign="top"><font size="+2" color="#312c80">JEAN-PHILIPPE
MENGUAL</font><br>
<div style="margin-bottom:8px"><font size="+1"> DIRECTEUR
TECHNIQUE ET QUALITÉ<br>
</font></div>
<div style="line-height:0px;border-bottom:1px solid
#2778cd;width:14em;"> </div>
<div style="margin-top:8px;font-weight:bold;">102, rue des
poissonniers, 75018, Paris</div>
<div style="margin-top:8px;font-weight:bold;">Tel : <a
href="tel:+33184730661" style="margin-right:10px;">+331
84 73 06 61</a> Mob : <a href="tel:+33676349337">+336
76 34 93 37<br>
</a></div>
<div style="margin-top:8px"><a
href="mailto:jpmengual@hypra.fr">jpmengual@hypra.fr</a></div>
<div style="margin-top:8px"><a href="http://www.hypra.fr/">www.hypra.fr</a><br>
</div>
<div style="margin-top:20px"><a
href="https://www.facebook.com/hyprasoftware/"><img
moz-do-not-send="true" alt="Facebook Hypra"
src="http://hypra.fr/sites/default/IMG/png/ico_nes_facebook.png"
width="16" height="30" border="0"></a> <a
href="https://twitter.com/Hypra_"><img
moz-do-not-send="true" alt="Twitter Hypra"
src="http://hypra.fr/sites/default/IMG/png/ico_ne_twitter.png"
width="37" hspace="42" height="30" border="0"></a> <a
href="https://fr.linkedin.com/in/jean-philippe-mengual-800133135"><img
alt="Linkedin Jean-Philippe"
src="http://hypra.fr/sites/default/IMG/png/ico_ne_linkdn.png"
moz-do-not-send="true" width="30" height="30"
border="0"></a><br>
</div>
</td>
</tr>
</tbody>
</table>
<br>
</div>
</body>
</html>