pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find git-submodules alternatives

varac opened this issue · comments

commented

We decided to move away from git submodules.
Here's thepad of our current evaluation of possible alternatives: https://pad.riseup.net/p/puppet-modules

I cloned leap_platform into a new folder and converted to subrepos:

for mod in $(grep path .gitmodules | cut -d'/' -f 3); do
git subrepo clone https://leap.se/git/puppet_$mod puppet/modules/$mod
done

This worked fine, but I can't push the result:

FATA[0000] Command execution failed                      error=exit status 128 output=
error: failed to push some refs to 'git@github.com:cz8s/leap_platform.git'

Very strange

We decided for git-subrepo, right? Should we close this issue?

commented

yes, after leap-platform 0.8.1 is released (probably today), we'll start to use it in leap-platform's develop.