Move unitfiles/ to packaging/packages/ 80/67780/2
authorAlok Anand <alok4nand@gmail.com>
Wed, 31 Jan 2018 11:45:10 +0000 (17:15 +0530)
committerAlok Anand <alok4nand@gmail.com>
Wed, 31 Jan 2018 18:01:00 +0000 (23:31 +0530)
Both RPM and DEB scripts use the same systemd unit files. Therefore,
unitfiles/ should be in a common directory location.

Change-Id: I58dfcd5ca351e0648aef4bc6be7dfc86a7998935
Fixes: INTPAK-13
Signed-off-by: Alok Anand <alok4nand@gmail.com>
packages/lib.py
packages/unitfiles/opendaylight.service [moved from packages/rpm/unitfiles/opendaylight.service with 100% similarity]

index e3617a34e5f98de9b1fe12affb1fb831c396a26e..ca3dd67b004d87b1280304d804b8324ba352419b 100644 (file)
@@ -42,7 +42,7 @@ distro_template = Template("opendaylight-$version_major.$version_minor."
 unitfile_template = Template("opendaylight-$sysd_commit.service")
 unitfile_url_template = Template("https://git.opendaylight.org/gerrit/"
                                  "gitweb?p=integration/packaging.git;a="
-                                 "blob_plain;f=packages/rpm/unitfiles/"
+                                 "blob_plain;f=packages/unitfiles/"
                                  "opendaylight.service;hb=$sysd_commit")