Giter Club home page Giter Club logo

Comments (9)

viceice avatar viceice commented on August 29, 2024

https://launchpad.net/~git-core/+archive/ubuntu/ppa?field.series_filter=focal

from base.

rarkins avatar rarkins commented on August 29, 2024

Does this mean we should ideally have a different datasource for git?

And in the meantime would stabilityDays work?

from base.

viceice avatar viceice commented on August 29, 2024

yes, otherwise it looks like we have newer git than really installed :(

from base.

viceice avatar viceice commented on August 29, 2024

API:

> curl -s "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/ppa?ws.op=getPublishedBinaries&binary_name=git&distro_arch_series=https://api.launchpad.net/1.0/ubuntu/focal/amd64&exact_match=true" | jq
{
  "start": 0,
  "total_size": 20,
  "entries": [
    {
      "self_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/ppa/+binarypub/165350179",
      "resource_type_link": "https://api.launchpad.net/1.0/#binary_package_publishing_history",
      "display_name": "git 1:2.33.1-0ppa1~ubuntu20.04.1 in focal amd64",
      "component_name": "main",
      "section_name": "vcs",
      "source_package_name": "git",
      "source_package_version": "1:2.33.1-0ppa1~ubuntu20.04.1",
      "distro_arch_series_link": "https://api.launchpad.net/1.0/ubuntu/focal/amd64",
      "phased_update_percentage": null,
      "date_published": "2021-10-13T05:29:17.542343+00:00",
      "scheduled_deletion_date": null,
      "status": "Published",
      "pocket": "Release",
      "creator_link": null,
      "date_created": "2021-10-13T05:22:33.273007+00:00",
      "date_superseded": null,
      "date_made_pending": null,
      "date_removed": null,
      "archive_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/ppa",
      "copied_from_archive_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/candidate",
      "removed_by_link": null,
      "removal_comment": null,
      "binary_package_name": "git",
      "binary_package_version": "1:2.33.1-0ppa1~ubuntu20.04.1",
      "build_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/candidate/+build/22272443",
      "architecture_specific": true,
      "priority_name": "OPTIONAL",
      "http_etag": "\"d65771c5a02b94881e8c87ade665f58138a350e1-c1917320571695eae290166f27196ed376811122\""
    },
    {
      "self_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/ppa/+binarypub/163366084",
      "resource_type_link": "https://api.launchpad.net/1.0/#binary_package_publishing_history",
      "display_name": "git 1:2.33.0-0ppa1~ubuntu20.04.1 in focal amd64",
      "component_name": "main",
      "section_name": "vcs",
      "source_package_name": "git",
      "source_package_version": "1:2.33.0-0ppa1~ubuntu20.04.1",
      "distro_arch_series_link": "https://api.launchpad.net/1.0/ubuntu/focal/amd64",
      "phased_update_percentage": null,
      "date_published": "2021-08-17T00:39:24.560445+00:00",
      "scheduled_deletion_date": "2021-10-14T05:29:35.867679+00:00",
      "status": "Superseded",
      "pocket": "Release",
      "creator_link": null,
      "date_created": "2021-08-17T00:37:55.994101+00:00",
      "date_superseded": "2021-10-13T05:29:35.867679+00:00",
      "date_made_pending": "2021-10-13T05:29:35.867679+00:00",
      "date_removed": "2021-10-14T06:29:10.210658+00:00",
      "archive_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/ppa",
      "copied_from_archive_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/candidate",
      "removed_by_link": null,
      "removal_comment": null,
      "binary_package_name": "git",
      "binary_package_version": "1:2.33.0-0ppa1~ubuntu20.04.1",
      "build_link": "https://api.launchpad.net/1.0/~git-core/+archive/ubuntu/candidate/+build/21986727",
      "architecture_specific": true,
      "priority_name": "OPTIONAL",
      "http_etag": "\"1af2467f150f500efcc3c3642468acaafd986d4a-e90867e793b4e88928e80b34e3b0f9090c512c00\""
    },
    ...
  ]
}

from base.

viceice avatar viceice commented on August 29, 2024

from base.

viceice avatar viceice commented on August 29, 2024

paging seems to be 75 by default

{
  "total_size": 277,
  "start": 0,
  "next_collection_link": "https://api.launchpad.net/1.0/%7Egit-core/+archive/ubuntu/ppa?binary_name=git&distro_arch_series=https%3A%2F%2Fapi.launchpad.net%2F1.0%2Fubuntu%2Ffocal%2Famd64&ws.op=getPublishedBinaries&ws.size=75&memo=75&ws.start=75",
  "entries": [
    ...
  ]
}

from base.

viceice avatar viceice commented on August 29, 2024

it seems we should defer for ~3d, as launchpad rerelease was yesterday, so three days later

from base.

viceice avatar viceice commented on August 29, 2024

we also nered to override scope to fix 😕

from base.

viceice avatar viceice commented on August 29, 2024

maybe we should pre-build git ourselves.

https://github.com/niko-dunixi/git-openssl-shellscript

from base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.