1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-24 04:40:16 +02:00
Commit Graph

66 Commits

Author SHA1 Message Date
Andrés Montañez
3462530883 Merge branch 'master' into develop 2017-01-05 22:56:11 -03:00
Andrés Montañez
a1e5677192 Merge pull request #279 from marmotz/EscapeTarGzExcludes
Escape targz excludes to allow wildcard
2017-01-02 23:57:42 -03:00
Vyacheslav Pavlov
190918b8c1 Removed unnecessary imports 2016-07-21 17:53:21 +03:00
Renaud LITTOLFF
ab4cbeafbd Escape targz excludes to allow wildcard 2016-01-13 11:52:19 +01:00
Björn Dieding
7e6420f55e Rsny fails with Host key verification failed.
Add StrictHostKeyChecking policy from AbstractTask
2015-08-18 09:35:30 +02:00
Andrés Montañez
139b897fe5 Issue #210 2015-04-12 16:43:17 -03:00
Andrés Montañez
ce60a706ac SensioLabs Insight fixes 2015-04-12 16:15:46 -03:00
Andrés Montañez
a0f4920333 PSR-2 Fixer 2015-04-12 16:13:06 -03:00
Stefan Paletta
a6bcfdaddd when releasing or rolling back, don’t chown the »current« symlink before we changed / created it. also don’t screw up the ssh cmdline if no username was given. 2015-03-13 11:51:27 +01:00
Jakub Turek
5a1f2502d2 [#202] Remove inconsistency in ssh options
Add UserKnownHostsFile and StrictHostKeyChecking to scp command in TarGz strategy.
2015-03-08 13:11:05 +01:00
Kuba Turek
a45802acea Merge pull request #195 from spongeben/fix-rsync-deploy
Fix 1st deploy bug
2015-03-07 15:07:54 +01:00
spongeben
3a19d3ef3c Fix release directory not created on first deploy 2015-02-09 14:43:33 +01:00
Kuba Turek
24b893bd7c Fix remote deployment path for GitRebaseTask 2015-02-06 20:50:07 +01:00
Kuba Turek
8752790b3f [#185] Create release directory for GitRebase strategy if releases are enabled 2015-02-06 20:39:23 +01:00
Dmitriy Ulyanov
cc615dda81 Ignoring errors while deleting temp files 2015-01-25 21:50:00 +03:00
Alexander Miehe
55a5c0c640 Fix key name to follow naming convention 2015-01-14 09:30:52 +01:00
Alexander Miehe
4cdb95f3be make h option for targz optional, default is set h option 2015-01-12 19:50:19 +01:00
Alexander Miehe
70c4823581 Add config option to set ConnectTimeout for ssh connections 2015-01-09 14:05:37 +01:00
Andrés Montañez
df632b3fe3 Tweak excludes files. 2014-11-01 18:15:39 -02:00
Alex V Kotelnikov
95f09dc3c9 small fixes @ rsync and targz tasks 2014-10-30 12:31:05 +04:00
Alex V Kotelnikov
a66478b3ab exclude from file added.
rebased by upstream
2014-10-29 23:16:52 +04:00
Andrés Montañez
92b22d52a3 Tweak GitRebase and Insight suggestions. 2014-10-11 17:55:08 -02:00
Andrés Montañez
9653552be7 Text files should end with a newline character. 2014-10-11 15:07:36 -02:00
Andrés Montañez
f20091afc6 Boolean and Null should be compared strictly. 2014-10-11 14:43:57 -02:00
Andrés Montañez
5d39e46d9e Code should not be duplicated 2014-10-11 14:36:22 -02:00
Moritz Baumann
3a033b4514 Fix RsyncTask::excludes(). 2014-08-17 22:11:55 +02:00
Andrés Montañez
825fc64b0a Issue #47
Movie cleanup of releases on release task.
2014-08-07 11:03:27 -03:00
Andrés Montañez
1bcaca36f0 Issue #62
Add strategy flags.
2014-08-07 10:49:44 -03:00
Andrés Montañez
9c0682d222 Tweak. 2014-08-07 10:29:49 -03:00
Andrés Montañez
846237fabb Tweaks. 2014-08-07 10:12:26 -03:00
Andrés Montañez
7e2d7d4e57 Issue #72
Add -h option to tar command deployment strategy.

     -h, --dereference
           follow symlinks; archive and dump the files they point to
2014-08-06 21:51:17 -03:00
Andrés Montañez
724fc05b9e Tweaks. 2014-08-06 14:35:50 -03:00
Andrés Montañez
fddeebe59a PHPStorm refactoring. 2014-08-06 14:01:39 -03:00
Andrés Montañez
4c584b2634 Tweaks. 2014-08-06 14:00:11 -03:00
JoeSimsen
8b86243e34 Bugfix
Extract tar Gz Did not have a $command = in front of it, wich was
breaking the commits
2014-07-31 16:10:46 +02:00
Andrés Montañez
25de6b0a8f Merge (partial) PR #56 2014-07-30 21:49:41 -03:00
Andrés Montañez
9a58ce56f0 Resolve conflict for PR #61 2014-07-30 21:35:21 -03:00
Andrés Montañez
78379e866f Merge pull request #96 from elnebuloso/bugfix-tar-deployment
bugfix, deployment targz
2014-07-30 21:28:35 -03:00
Andrés Montañez
bf902c9853 Merge pull request #95 from voukka/master
Many bug fixes. With this fixes I was able to test my own Tasks! :)
2014-07-30 21:28:09 -03:00
elnebuloso
b4ce85199d bugfix, deployment targz
- the created tar only includes relative from the defined from
- now it is possible to use absolute path in .mage/deployment/*.yaml from
2014-07-31 01:55:50 +02:00
Vladimir Grigor
e7cad31681 fixed a bug: symlink config value was not respected 2014-07-28 13:58:14 +03:00
woutersioen
0ce94c3821 Also use common code in RsyncTask 2014-07-16 17:08:04 +02:00
woutersioen
980d209fb4 Refactor cleaning up releases to a common function. 2014-07-16 17:07:19 +02:00
woutersioen
b869876c26 Refactor tar gz to reuse function. 2014-07-16 17:06:00 +02:00
woutersioen
f7e2163fed Cleanup releases. 2014-07-16 17:04:23 +02:00
woutersioen
014d98bc96 Implement releases in git-rebase
Note: the parameter repository needs to be set to make this work.
2014-07-16 16:29:44 +02:00
Benjamin Mermoz
35301cba8e Fix hard coded 'current' symlink path in RsyncTask 2014-06-17 10:26:32 +02:00
Andrés Montañez
49a7e0857a Missing use statement should be avoided #inslight 2014-06-13 16:25:24 -03:00
Andrés Montañez
1b2188f0b1 Tweaks. 2014-06-13 09:31:53 -03:00
Andrés Montañez
a51056b9c1 Merge pull request #63 from oddnoc/remote-rsync
Add ability to use rsync rather than cp on remote
2014-06-12 17:29:17 -03:00