mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
Add py-ipfs-api port to the build.
This commit is contained in:
@@ -105,6 +105,7 @@ clean-freenas-packages: clean-ui-package
|
||||
@${MK} clean-package p=py34-cam
|
||||
@${MK} clean-package p=py34-ws4py
|
||||
@${MK} clean-package p=py34-SMART
|
||||
@${MK} clean-package p=py34-ipfs-api
|
||||
@${MK} clean-package p=iocage-devel
|
||||
|
||||
cleandist:
|
||||
|
||||
@@ -70,6 +70,11 @@ copy += {
|
||||
"dest": "/usr/middleware_src/py-ws4py"
|
||||
}
|
||||
|
||||
copy += {
|
||||
"source": "${BE_ROOT}/py-ipfs-api",
|
||||
"dest": "/usr/middleware_src/py-ipfs-api"
|
||||
}
|
||||
|
||||
copy += {
|
||||
"source": "${BE_ROOT}/py-bsd",
|
||||
"dest": "/usr/middleware_src/py-bsd"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
/usr/local/lib/python3.4/site-packages/libzfs
|
||||
/usr/local/lib/python3.4/site-packages/pySMART
|
||||
/usr/local/lib/python3.4/site-packages/ws4py
|
||||
/usr/local/lib/python3.4/site-packages/ipfs-api
|
||||
/usr/local/lib/node_modules/dispatcher-client
|
||||
/usr/local/share/datastore
|
||||
/usr/local/etc/pkg/repos/pcbsd.conf
|
||||
|
||||
@@ -157,7 +157,7 @@ ports += {
|
||||
|
||||
dedicated_repo_ports = [
|
||||
"py-libzfs", "py-netif", "py-cam", "py-SMART", "py-ws4py",
|
||||
"py-bsd", "py-smbconf", "iocage-devel", "licenselib",
|
||||
"py-bsd", "py-smbconf", "iocage-devel", "licenselib", "py-ipfs-api"
|
||||
]
|
||||
|
||||
for iter_port in dedicated_repo_ports:
|
||||
|
||||
@@ -120,3 +120,11 @@ repos += {
|
||||
"url": "https://github.com/freenas/iocage.git",
|
||||
"branch": "develop"
|
||||
}
|
||||
|
||||
|
||||
repos += {
|
||||
"name": "py-ipfs-api",
|
||||
"path": "py-ipfs-api",
|
||||
"url": "https://github.com/ipfs/python-ipfs-api",
|
||||
"branch": "master"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user