[PATCH v2] replace HTTP dpdk.org URLs with HTTPS

Aaron Conole aconole at redhat.com
Thu Jan 15 19:02:40 CET 2026


Ali Alnubani <alialnu at nvidia.com> writes:

> On 1/15/26 12:01 AM, Patrick Robb wrote:
>
>> A note for lab maintainers - please ensure that if you have rolled your own
>> scripting for maintaining your CI that will also need to be updated, just
>> as Ali has done for the dpdk-ci repo in this patch.
>>
>> On Wed, Jan 14, 2026 at 1:34 PM Patrick Robb <probb at iol.unh.edu> wrote:
>>
>>> Thanks Ali,
>>>
>>> Reviewed-by: Patrick Robb <probb at iol.unh.edu>
>>>
> Hi Patrick,
>
> Thanks for reviewing and for the helpful note to the lab maintainers.

Thanks - I'll plan to apply this soon.

Just an FYI - the URLs being returned by the server are still 'http'
URLs ex - https://patchwork.dpdk.org/api/series/37058/ :

{
    "id": 37058,
    "url": "http://patchwork.dpdk.org/api/series/37058/",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=37058",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/projects/1/",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev at dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "Address NBL Coverity issues",
    "date": "2026-01-15T03:27:44",
    "submitter": {
        "id": 3651,
        "url": "http://patchwork.dpdk.org/api/people/3651/",
        "name": "Dimon Zhao",
        "email": "dimon.zhao at nebula-matrix.com"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/37058/mbox/",
    "cover_letter": {
        "id": 2810,
        "url": "http://patchwork.dpdk.org/api/covers/2810/",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20260115032744.62449-1-dimon.zhao@nebula-matrix.com/",
        "msgid": "<20260115032744.62449-1-dimon.zhao at nebula-matrix.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20260115032744.62449-1-dimon.zhao@nebula-matrix.com",
        "date": "2026-01-15T03:27:43",
        "name": "[v3,0/1] Address NBL Coverity issues",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20260115032744.62449-1-dimon.zhao@nebula-matrix.com/mbox/"
    },
    "patches": [
        {
            "id": 159909,
            "url": "http://patchwork.dpdk.org/api/patches/159909/",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20260115032744.62449-2-dimon.zhao@nebula-matrix.com/",
            "msgid": "<20260115032744.62449-2-dimon.zhao at nebula-matrix.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20260115032744.62449-2-dimon.zhao@nebula-matrix.com",
            "date": "2026-01-15T03:27:44",
            "name": "[v3,1/1] net/nbl: fix issues reported by Coverity",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20260115032744.62449-2-dimon.zhao@nebula-matrix.com/mbox/"
        }
    ]
}

This messed up the robot for a bit; I'll try to resubmit the missing
series tomorrow.

> In hindsight, I should have coordinated this change with the lab
> maintainers beforehand, but I didn’t anticipate any breakage.

No worries - mostly things were okay from our side (which is good,
because now we could just send recheck-requests to those series
anyway).

> I’ll make sure to communicate such changes better in the future.

Thanks Ali - thanks for the work locking down the server.

> Thanks,
> Ali



More information about the ci mailing list