forked from products/PackageHub
19 lines
298 B
Markdown
19 lines
298 B
Markdown
## [openSUSE:Backports:SLE-16.0](https://build.opensuse.org/project/show/openSUSE:Backports:SLE-16.0)
|
|
|
|
Adding packages from Factory pool:
|
|
|
|
# git submodule add ../../pool/FreeCAD FreeCAD
|
|
|
|
|
|
Updating to current state:
|
|
|
|
# cd FreeCAD
|
|
# git pull
|
|
# cd -
|
|
|
|
Commiting current state:
|
|
|
|
# git commit -a
|
|
|
|
|