Dear all, For those of you using gitlab to access the Nektar++ git repository, on Monday 20th October I will be performing a transfer to another machine. This is to both give us some new functionality, fix some bugs, and patch various security issues which are present in the current version. Please note: - the server will, in all likelihood, be offline for most of the day; - you can still use your local git repositories, and none of your local data/branches will be affected; - but you won't be able to push those changes back up to gitlab until the maintenance is complete. Another important point is that currently, one clones the repository by doing: git clone git@gitlab.nektar.info:nektar.git This will be changing. The new address will be (but is not yet): git clone git@gitlab.nektar.info:nektar/nektar.git For existing repositories, there is no need to clone another version. You should run the command: git remote set-url origin git@gitlab.nektar.info:nektar/nektar.git and this will update the url. I will be in touch again with another reminder and to let you know when the maintenance is complete. Thanks, Dave