X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=RO-SDN-juniper_contrail%2FMakefile;fp=RO-SDN-juniper_contrail%2FMakefile;h=ad691c6ab09a16b5e7caf1c1b054204ddda63ec4;hb=f4f95e12de51b57f839a0340519412465bc4d7e3;hp=0000000000000000000000000000000000000000;hpb=f9ce4e432f498dd9e597638c2aef525db6cc3221;p=osm%2FRO.git diff --git a/RO-SDN-juniper_contrail/Makefile b/RO-SDN-juniper_contrail/Makefile new file mode 100644 index 00000000..ad691c6a --- /dev/null +++ b/RO-SDN-juniper_contrail/Makefile @@ -0,0 +1,24 @@ +## +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +## + +all: clean package + +clean: + rm -rf dist deb_dist osm_rosdn_juniper_contrail-*.tar.gz osm_rosdn_juniper_contrail.egg-info .eggs + +package: + python3 setup.py --command-packages=stdeb.command sdist_dsc + cd deb_dist/osm-rosdn-juniper-contrail*/ && dpkg-buildpackage -rfakeroot -uc -us +