Skip to content

Commit

Permalink
Fix broken 'dovecot' git submodule dependencies
Browse files Browse the repository at this point in the history
1) Fetch EthACKdotOrg/dovecot for via HTTPS to avoid authenticity errors
with some github.com ip addresses:

```
Cloning into 'puppet/modules/dovecot'...
The authenticity of host 'github.com (192.30.252.128)' can't be
established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? ^C
fogmail (master)$ Clone of '[email protected]:EthACKdotOrg/dovecot.git'
into submodule path 'puppet/modules/dovecot' failed
```

2) Fix referred commit for EthACKdotOrg/dovecot (previous commit was
probably squashed when feature branch was rebased for
mjhas/dovecot#27
  • Loading branch information
gildegoma committed Dec 1, 2014
1 parent 3a6bfc2 commit bdd1972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
url = https://github.com/saz/puppet-sudo
[submodule "puppet/modules/dovecot"]
path = puppet/modules/dovecot
url = git@github.com:EthACKdotOrg/dovecot.git
url = https://github.com/EthACKdotOrg/dovecot
[submodule "puppet/modules/ssh"]
path = puppet/modules/ssh
url = https://github.com/saz/puppet-ssh
Expand Down
2 changes: 1 addition & 1 deletion puppet/modules/dovecot

0 comments on commit bdd1972

Please sign in to comment.