← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~lgp171188/launchpad:launchpad-scripts-bzrsyncd-fix-actions into launchpad:master

 

Guruprasad has proposed merging ~lgp171188/launchpad:launchpad-scripts-bzrsyncd-fix-actions into launchpad:master.

Commit message:
charm/launchpad-scripts-bzrsyncd: Fix the broken actions

Make the actions.py script executable and make the 'start-services'
and the 'stop-services' actions a symbolic link to it.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/446321
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:launchpad-scripts-bzrsyncd-fix-actions into launchpad:master.
diff --git a/charm/launchpad-scripts-bzrsyncd/actions/actions.py b/charm/launchpad-scripts-bzrsyncd/actions/actions.py
old mode 100644
new mode 100755
diff --git a/charm/launchpad-scripts-bzrsyncd/actions/start-services b/charm/launchpad-scripts-bzrsyncd/actions/start-services
deleted file mode 100644
index 405a394..0000000
--- a/charm/launchpad-scripts-bzrsyncd/actions/start-services
+++ /dev/null
@@ -1 +0,0 @@
-actions.py
\ No newline at end of file
diff --git a/charm/launchpad-scripts-bzrsyncd/actions/start-services b/charm/launchpad-scripts-bzrsyncd/actions/start-services
new file mode 120000
index 0000000..405a394
--- /dev/null
+++ b/charm/launchpad-scripts-bzrsyncd/actions/start-services
@@ -0,0 +1 @@
+actions.py
\ No newline at end of file
diff --git a/charm/launchpad-scripts-bzrsyncd/actions/stop-services b/charm/launchpad-scripts-bzrsyncd/actions/stop-services
deleted file mode 100644
index 405a394..0000000
--- a/charm/launchpad-scripts-bzrsyncd/actions/stop-services
+++ /dev/null
@@ -1 +0,0 @@
-actions.py
\ No newline at end of file
diff --git a/charm/launchpad-scripts-bzrsyncd/actions/stop-services b/charm/launchpad-scripts-bzrsyncd/actions/stop-services
new file mode 120000
index 0000000..405a394
--- /dev/null
+++ b/charm/launchpad-scripts-bzrsyncd/actions/stop-services
@@ -0,0 +1 @@
+actions.py
\ No newline at end of file