Move charmheplers dir out of hooks.
This commit is contained in:
1
actions/charmhelpers
Symbolic link
1
actions/charmhelpers
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../charmhelpers
|
@@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import sys
|
|
||||||
import traceback
|
|
||||||
|
|
||||||
sys.path.append('hooks/')
|
import traceback
|
||||||
|
|
||||||
from charmhelpers.contrib.openstack.utils import (
|
from charmhelpers.contrib.openstack.utils import (
|
||||||
git_install_requested,
|
git_install_requested,
|
||||||
|
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.append("hooks")
|
|
||||||
|
|
||||||
from charmhelpers.core import hookenv, host
|
from charmhelpers.core import hookenv, host
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.append("hooks")
|
|
||||||
|
|
||||||
from charmhelpers.core import hookenv, host
|
from charmhelpers.core import hookenv, host
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
branch: lp:charm-helpers
|
branch: lp:charm-helpers
|
||||||
destination: hooks/charmhelpers
|
destination: charmhelpers
|
||||||
include:
|
include:
|
||||||
- core
|
- core
|
||||||
- cli
|
- cli
|
||||||
|
1
hooks/charmhelpers
Symbolic link
1
hooks/charmhelpers
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../charmhelpers
|
Reference in New Issue
Block a user