Merge lp:~jontai/openvista-gtm-integration/bug369369 into lp:openvista-gtm-integration

Proposed by Jon Tai
Status: Merged
Merged at revision: not available
Proposed branch: lp:~jontai/openvista-gtm-integration/bug369369
Merge into: lp:openvista-gtm-integration
Diff against target: None lines
To merge this branch: bzr merge lp:~jontai/openvista-gtm-integration/bug369369
Reviewer Review Type Date Requested Status
jeff.apple Approve
Review via email: mp+6025@code.launchpad.net
To post a comment you must log in.
Revision history for this message
jeff.apple (jeff-apple) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/usr/bin/ovimport'
--- scripts/usr/bin/ovimport 2009-04-28 01:13:18 +0000
+++ scripts/usr/bin/ovimport 2009-04-29 03:15:31 +0000
@@ -217,7 +217,7 @@
217217
218 (218 (
219 umask 007219 umask 007
220 rsync -rl "$real_routines/" "$root/$instance/routines/"220 rsync -rl --include '*/' --include '*.m' --exclude '*' "$real_routines/" "$root/$instance/routines/"
221 ) || exit_with_error "ovimport" "Unable to import routines"221 ) || exit_with_error "ovimport" "Unable to import routines"
222 ;;222 ;;
223 esac223 esac

Subscribers

People subscribed via source and target branches