Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/misc-debs/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ SKIP_COPYRIGHTS_CHECK=true
function fetch() {
logmust cd "$WORKDIR/artifacts"

local debs=()
local debs=(
# Used "apt-get download runc" on "develop" to obtain this package.
"runc_1.3.3-0ubuntu1~24.04.2_amd64.deb 1e45145fa8b45b12ce95bf8f65ff737f159a32c3490367b97d65132d6d9a19f5"
)

local url="http://artifactory.delphix.com/artifactory/linux-pkg/misc-debs"

Expand Down