We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfda6e commit 0b4d1a2Copy full SHA for 0b4d1a2
.gitmodules
@@ -230,3 +230,6 @@
230
[submodule "packages/pve-vgpu-helper/pve-vgpu-helper"]
231
path = packages/pve-vgpu-helper/pve-vgpu-helper
232
url = https://git.proxmox.com/git/pve-vgpu-helper.git
233
+[submodule "packages/pxvirt-spdk/pxvirt-spdk"]
234
+ path = packages/pxvirt-spdk/pxvirt-spdk
235
+ url = https://github.com/jiangcuo/pxvirt-spdk
packages/pxvirt-spdk/autobuild.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+SCRIPT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd)
3
+PKGNAME=$(basename $SCRIPT_DIR)
4
+
5
+echo "This is $PKGNAME build scripts"
6
7
+. ../common.sh
8
9
+cd $SCRIPT_DIR/$PKGNAME
10
+exec_build_make
packages/pxvirt-spdk/pxvirt-spdk
0 commit comments