PLD-doc: PLD-update-TODO - updated
Arkadiusz Miśkiewicz
arekm at maven.pl
Mon Dec 3 23:04:10 CET 2018
On 03/12/2018 21:49, Elan Ruusamäe wrote:
>
>
> On 03/12/2018 22:32, Elan Ruusamäe wrote:
>> Script used git.pld-linux.org/SPECS.git repo which is outdated
> it's actually up to date. at least now
>
> ```
> [~/all-specs (master)★] ➔ g fetch git://git.pld-linux.org/SPECS
> From git://git.pld-linux.org/SPECS
> * branch HEAD -> FETCH_HEAD
> [~/all-specs (master)★] ➔ g show FETCH_HEAD -s
> commit b17b44c216ebbd6a1f3a7ef85585e27c319365bb (HEAD -> master,
> origin/master, origin/HEAD)
> Author: git <git at pld-linux.org>
> Date: Mon Dec 3 21:20:05 2018 +0100
>
> SPECS updated Mon 3 Dec 21:20:02 CET 2018
It isn't:
$ git clone --depth 1 git://git.pld-linux.org/SPECS.git
Cloning into 'SPECS'...
remote: Enumerating objects: 20235, done.
remote: Counting objects: 100% (20235/20235), done.
remote: Compressing objects: 100% (19136/19136), done.
remote: Total 20235 (delta 1481), reused 15807 (delta 1099)B/s
Receiving objects: 100% (20235/20235), 24.62 MiB | 19.02 MiB/s, done.
Resolving deltas: 100% (1481/1481), done.
Checking out files: 100% (20233/20233), done.
$ grep Version SPECS/guvcview.spec
Version: 2.0.5
$ git clone --depth 1 git://git.pld-linux.org/packages/guvcview.git
Cloning into 'guvcview'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3/3), done.
$ grep Version guvcview/guvcview.spec
Version: 2.0.6
More information about the pld-devel-en
mailing list