This should only package the swh/graph/client and naive_client* modules (and their tests).
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T3096 Efficient and reliable download via the Vault | ||
Migrated | gitlab-migration | T887 Vault: "snapshot" cooker | ||
Migrated | gitlab-migration | T3504 Make the git-bare cooker publicly available | ||
Migrated | gitlab-migration | T3505 Make the git-bare cooker available to the staff and beta-testers in the production webapp | ||
Migrated | gitlab-migration | T3518 Enable vault cookers to access swh-graph | ||
Migrated | gitlab-migration | T3543 Debian package python3-swh.graph.client |
Event Timeline
Comment Actions
- Add 'has debian packaging branch' tag to the repository
- Install hook to cascade the debian packaging build [1]
- Ensure necessary ci jobs is installed to build package (already there)
[1]
root@tate:~# phabricator-setup-hook /srv/phabricator/repos/187 post-receive-swh-modules /srv/phabricator/repos/187 already has a post-receive hook: lrwxrwxrwx 1 phabricator phabricator 39 Aug 22 2019 post-receive -> ../../../hooks/post-receive-swh-modules
[2] https://jenkins.softwareheritage.org/job/debian/job/packages/job/DGRPH/
Comment Actions
Package python3-swh.graph.client built [1]
[1] https://jenkins.softwareheritage.org/job/debian/job/packages/job/DGRPH/job/gbp-buildpackage/
Comment Actions
Packaging ok:
root@worker3:~# hostname -f worker3.internal.staging.swh.network root@worker3:~# apt install python3-swh.graph.client Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: python3-psutil Suggested packages: python-psutil-doc The following NEW packages will be installed: python3-psutil python3-swh.graph.client 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. Need to get 183 kB of archives. After this operation, 1,001 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://deb.debian.org/debian buster/main amd64 python3-psutil amd64 5.5.1-1 [166 kB] Get:2 https://debian.softwareheritage.org buster-swh/main amd64 python3-swh.graph.client all 0.5.0-1+swh1~bpo10+1 [16.6 kB] Fetched 183 kB in 0s (6,498 kB/s) Selecting previously unselected package python3-psutil. (Reading database ... 61038 files and directories currently installed.) Preparing to unpack .../python3-psutil_5.5.1-1_amd64.deb ... Unpacking python3-psutil (5.5.1-1) ... Selecting previously unselected package python3-swh.graph.client. Preparing to unpack .../python3-swh.graph.client_0.5.0-1+swh1~bpo10+1_all.deb ... Unpacking python3-swh.graph.client (0.5.0-1+swh1~bpo10+1) ... Setting up python3-psutil (5.5.1-1) ... Setting up python3-swh.graph.client (0.5.0-1+swh1~bpo10+1) ... root@worker3:~# ipython3 Python 3.7.3 (default, Jan 22 2021, 20:04:44) Type "copyright", "credits" or "license" for more information. IPython 5.8.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details. In [1]: import swh.graph.client