DepotSoftware - addDebToDepotByGroupName
DepotSoftware - addDebToDepotByGroupName
Description :
This command adds a Debian package to the Depot. The groupName argument is the depot group to which the software will be added. The softwareLocation argument identifies the Debian package.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
groupName | String | Full path to the depot group containing the Debian package. |
softwareLocation | String | Fully qualified NSH path to the Debian package. |
name | String | Display name of the Debian package. |
Example
The following example shows how to add a Debian package to the Depot. Note that the location can only be a fully qualified NSH path to the Debian package (for example, //host/path/to/debian/application-1.2.3.deb).
Script
DEPOT_GROUP=/debians
DEB_LOC=//filestore1/debians/custom-db-1.1.0.deb
DEB_NAME="Install Custom db"
`blcli DepotSoftware addDebToDepotByGroupName $DEPOT_GROUP $DEB_LOC $DEB_NAME`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*