Re: [capistrano-mailing-list] Linking files to a different path

2015-03-10 Thread Lee Hambley
Use execute()
On 10 Mar 2015 10:43, Chiel Kunkels ch...@kunkels.me wrote:

 How would I pass this array both a source and a destination, a hash within
 the array?

 On Tuesday, 10 March 2015 09:52:36 UTC+1, Lee Hambley wrote:

 linked_files will take relative paths. Or you can just use `execute()`

 Lee Hambley
 http://lee.hambley.name/
 +49 (0) 170 298 5667

 On 10 March 2015 at 09:06, Chiel Kunkels ch...@kunkels.me wrote:

 I'm trying to achieve the following:

 I have a `/shared/uploads` directory, which I want to symlink to
 `/vendor/foo/bar/public/uploads` - can this be done using the built-in
 `linked_files`, or should I do it manually?

 --
 You received this message because you are subscribed to the Google
 Groups Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to capistrano+...@googlegroups.com.
 To view this discussion on the web, visit https://groups.google.com/d/
 msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to capistrano+unsubscr...@googlegroups.com.
 To view this discussion on the web, visit
 https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com
 https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Capistrano group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/CAN_%2BVLVbaTzFkTEXtKBQkE7LZ24nudVKJ0gaMb3t0-51zeSA_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [capistrano-mailing-list] Linking files to a different path

2015-03-10 Thread Chiel Kunkels
Alrighty, that's what I have now, just thought maybe there's a cleaner way 
to do it.

Cheers!

On Tuesday, 10 March 2015 10:48:42 UTC+1, Lee Hambley wrote:

 Use execute()
 On 10 Mar 2015 10:43, Chiel Kunkels ch...@kunkels.me javascript: 
 wrote:

 How would I pass this array both a source and a destination, a hash 
 within the array?

 On Tuesday, 10 March 2015 09:52:36 UTC+1, Lee Hambley wrote:

 linked_files will take relative paths. Or you can just use `execute()`

 Lee Hambley
 http://lee.hambley.name/
 +49 (0) 170 298 5667

 On 10 March 2015 at 09:06, Chiel Kunkels ch...@kunkels.me wrote:

 I'm trying to achieve the following:

 I have a `/shared/uploads` directory, which I want to symlink to 
 `/vendor/foo/bar/public/uploads` - can this be done using the built-in 
 `linked_files`, or should I do it manually?

 -- 
 You received this message because you are subscribed to the Google 
 Groups Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to capistrano+...@googlegroups.com.
 To view this discussion on the web, visit https://groups.google.com/d/
 msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%
 40googlegroups.com 
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  -- 
 You received this message because you are subscribed to the Google Groups 
 Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to capistrano+...@googlegroups.com javascript:.
 To view this discussion on the web, visit 
 https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com
  
 https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups 
Capistrano group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [capistrano-mailing-list] Linking files to a different path

2015-03-10 Thread Lee Hambley
I think there is, but I'd only have to go digging through the docs, and I'm
sure you already did! Nothing comes to mind immediately, I thought you
could put a hash in the array, but I honestly don't know.

Lee Hambley
http://lee.hambley.name/
+49 (0) 170 298 5667

On 10 March 2015 at 11:07, Chiel Kunkels ch...@kunkels.me wrote:

 Alrighty, that's what I have now, just thought maybe there's a cleaner way
 to do it.

 Cheers!

 On Tuesday, 10 March 2015 10:48:42 UTC+1, Lee Hambley wrote:

 Use execute()
 On 10 Mar 2015 10:43, Chiel Kunkels ch...@kunkels.me wrote:

 How would I pass this array both a source and a destination, a hash
 within the array?

 On Tuesday, 10 March 2015 09:52:36 UTC+1, Lee Hambley wrote:

 linked_files will take relative paths. Or you can just use `execute()`

 Lee Hambley
 http://lee.hambley.name/
 +49 (0) 170 298 5667

 On 10 March 2015 at 09:06, Chiel Kunkels ch...@kunkels.me wrote:

 I'm trying to achieve the following:

 I have a `/shared/uploads` directory, which I want to symlink to
 `/vendor/foo/bar/public/uploads` - can this be done using the
 built-in `linked_files`, or should I do it manually?

 --
 You received this message because you are subscribed to the Google
 Groups Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to capistrano+...@googlegroups.com.
 To view this discussion on the web, visit https://groups.google.com/d/
 msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googl
 egroups.com
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google
 Groups Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to capistrano+...@googlegroups.com.
 To view this discussion on the web, visit https://groups.google.com/d/
 msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com
 https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google Groups
 Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to capistrano+unsubscr...@googlegroups.com.
 To view this discussion on the web, visit
 https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com
 https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Capistrano group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/CAN_%2BVLXuPkQ%2BJVSL9Rzqy7Nx0geBjMjhy16YUaN%2BGCMBE6i83Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [capistrano-mailing-list] Linking files to a different path

2015-03-10 Thread Chiel Kunkels
It's all good for now, I'm a bit pressed for time, but I'd love to lend a 
hand with docs someday, when I understand capistrano a bit better myself. :)

On Tuesday, 10 March 2015 11:08:59 UTC+1, Lee Hambley wrote:

 I think there is, but I'd only have to go digging through the docs, and 
 I'm sure you already did! Nothing comes to mind immediately, I thought you 
 could put a hash in the array, but I honestly don't know.

 Lee Hambley
 http://lee.hambley.name/
 +49 (0) 170 298 5667

 On 10 March 2015 at 11:07, Chiel Kunkels ch...@kunkels.me javascript: 
 wrote:

 Alrighty, that's what I have now, just thought maybe there's a cleaner 
 way to do it.

 Cheers!

 On Tuesday, 10 March 2015 10:48:42 UTC+1, Lee Hambley wrote:

 Use execute()
 On 10 Mar 2015 10:43, Chiel Kunkels ch...@kunkels.me wrote:

 How would I pass this array both a source and a destination, a hash 
 within the array?

 On Tuesday, 10 March 2015 09:52:36 UTC+1, Lee Hambley wrote:

 linked_files will take relative paths. Or you can just use `execute()`

 Lee Hambley
 http://lee.hambley.name/
 +49 (0) 170 298 5667

 On 10 March 2015 at 09:06, Chiel Kunkels ch...@kunkels.me wrote:

 I'm trying to achieve the following:

 I have a `/shared/uploads` directory, which I want to symlink to 
 `/vendor/foo/bar/public/uploads` - can this be done using the 
 built-in `linked_files`, or should I do it manually?

 -- 
 You received this message because you are subscribed to the Google 
 Groups Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to capistrano+...@googlegroups.com.
 To view this discussion on the web, visit 
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-
 453a-872c-468508edd8cf%40googlegroups.com 
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  -- 
 You received this message because you are subscribed to the Google 
 Groups Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to capistrano+...@googlegroups.com.
 To view this discussion on the web, visit https://groups.google.com/d/
 msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%
 40googlegroups.com 
 https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 You received this message because you are subscribed to the Google Groups 
 Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to capistrano+...@googlegroups.com javascript:.
 To view this discussion on the web, visit 
 https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com
  
 https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Capistrano group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/85580d6c-4a65-4ce4-a406-0466a135a1e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [capistrano-mailing-list] Linking files to a different path

2015-03-10 Thread Chiel Kunkels
How would I pass this array both a source and a destination, a hash within 
the array?

On Tuesday, 10 March 2015 09:52:36 UTC+1, Lee Hambley wrote:

 linked_files will take relative paths. Or you can just use `execute()`

 Lee Hambley
 http://lee.hambley.name/
 +49 (0) 170 298 5667

 On 10 March 2015 at 09:06, Chiel Kunkels ch...@kunkels.me javascript: 
 wrote:

 I'm trying to achieve the following:

 I have a `/shared/uploads` directory, which I want to symlink to 
 `/vendor/foo/bar/public/uploads` - can this be done using the built-in 
 `linked_files`, or should I do it manually?

 -- 
 You received this message because you are subscribed to the Google Groups 
 Capistrano group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to capistrano+...@googlegroups.com javascript:.
 To view this discussion on the web, visit 
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com
  
 https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Capistrano group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.