$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [git] How the blazes are you supposed to update all the submodules?
From: Sergey Cheban (s.cheban_at_[hidden])
Date: 2013-12-19 09:11:50
On 19.12.2013 17:32, Daniel James wrote:
>> When you pull the superproject, it only checks out the submodules at
>> the specific revision that, I believe, is updated manually now by
>> someone with the write access to the superproject.
> I have a script which updates it, but I'm running it manually as it's
> not quite ready to be a cron job. If it's not too much for the server
> it should be updating automatically soon.
May be, it is better to use github's service hooks instead of cron to initiate
the update?
https://help.github.com/articles/post-receive-hooks
-- Sergey Cheban