[Bug 1202470] Review Request: validator-htmlparser - An implementation of the HTML5 parsing algorithm in Java

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 30 05:42:34 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1202470



--- Comment #7 from gil cattaneo <puntogil at libero.it> ---
(In reply to Antti Järvinen from comment #6)
> Gil Cattaneo wrote:
> >>  - Source0: points to github but there seems to be nothing in given URL?
> >
> >i don't understand, if you run wget can download the source tarball ...
> 
> Exactly:
> 
> -bash-4.3$ grep -E 'Version|Source0' srpm/validator-htmlparser.spec 
> Version:       1.4
> Source0:      
> https://github.com/validator/htmlparser/archive/RELEASE_%{_version}.tar.gz
> -bash-4.3$ wget
> https://github.com/validator/htmlparser/archive/RELEASE_1.4.tar.gz
> --2015-03-30 05:31:48-- 
> https://github.com/validator/htmlparser/archive/RELEASE_1.4.tar.gz
> Resolving github.com (github.com)... 192.30.252.130
> Connecting to github.com (github.com)|192.30.252.130|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> https://codeload.github.com/validator/htmlparser/tar.gz/RELEASE_1.4
> [following]
> --2015-03-30 05:31:49-- 
> https://codeload.github.com/validator/htmlparser/tar.gz/RELEASE_1.4
> Resolving codeload.github.com (codeload.github.com)... 192.30.252.147
> Connecting to codeload.github.com
> (codeload.github.com)|192.30.252.147|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2015-03-30 05:31:50 ERROR 404: Not Found.
> 
> --
> Antti

I still do not understand ...

wget https://github.com/validator/htmlparser/archive/RELEASE_1_4.tar.gz
--2015-03-30 07:39:55-- 
https://github.com/validator/htmlparser/archive/RELEASE_1_4.tar.gz
Risoluzione di github.com (github.com)... 192.30.252.128
Connessione a github.com (github.com)|192.30.252.128|:443... connesso.
Richiesta HTTP inviata, in attesa di risposta... 302 Found
Posizione: https://codeload.github.com/validator/htmlparser/tar.gz/RELEASE_1_4
[segue]
--2015-03-30 07:39:56-- 
https://codeload.github.com/validator/htmlparser/tar.gz/RELEASE_1_4
Risoluzione di codeload.github.com (codeload.github.com)... 192.30.252.145
Connessione a codeload.github.com (codeload.github.com)|192.30.252.145|:443...
connesso.
Richiesta HTTP inviata, in attesa di risposta... 200 OK
Lunghezza: non specificato [application/x-gzip]
Salvataggio in: "RELEASE_1_4.tar.gz"

RELEASE_1_4.tar.gz                 [     <=>                                   
        ] 312,00K   321KB/s   in 1,0s   

2015-03-30 07:39:58 (321 KB/s) - "RELEASE_1_4.tar.gz" salvato [319490]


but i changed Source0 with
https://hg.mozilla.org/projects/htmlparser/archive/42d7aef60138.tar.gz

wget https://hg.mozilla.org/projects/htmlparser/archive/42d7aef60138.tar.gz
--2015-03-30 07:42:18-- 
https://hg.mozilla.org/projects/htmlparser/archive/42d7aef60138.tar.gz
Risoluzione di hg.mozilla.org (hg.mozilla.org)... 63.245.215.102, 63.245.215.25
Connessione a hg.mozilla.org (hg.mozilla.org)|63.245.215.102|:443... connesso.
Richiesta HTTP inviata, in attesa di risposta... 200 Script output follows
Lunghezza: non specificato [application/x-gzip]
Salvataggio in: "42d7aef60138.tar.gz"

42d7aef60138.tar.gz                [      <=>                                  
        ] 303,58K   251KB/s   in 1,2s   

2015-03-30 07:42:20 (251 KB/s) - "42d7aef60138.tar.gz" salvato [310871]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list