Re: [Tails-dev] Git submodules stuff polluting my repos

2020-12-16 Thread sajolida

intrigeri:

   Also, please pay special attention to the "Update your Git
   configuration" part, and make sure you follow all steps to ensure your
   repositories and submodules all point to the new and correct places.


Fixed :)

I missed `git submodule sync` that was added to the doc in August.

Thanks for the hint!

--
sajolida
Tails — https://tails.boum.org/
UX · Fundraising · Technical Writing
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.


Re: [Tails-dev] Git submodules stuff polluting my repos

2020-12-15 Thread intrigeri
Hi sajolida,

sajolida (2020-12-16):
> fatal: remote error: FATAL: R any mirror-pool-dispatcher daemon DENIED 
> by fallthru
> (or you mis-spelled the reponame)
> Unable to fetch in submodule path 'submodules/mirror-pool-dispatcher'
> fatal: remote error: FATAL: R any mirror-pool-dispatcher daemon DENIED 
> by fallthru
> (or you mis-spelled the reponame)
> Fetched in submodule path 'submodules/mirror-pool-dispatcher', but it 
> did not contain baf816c2d7fc447e49c1fdb977144766d8786e92. Direct 
> fetching of that commit failed.
>
> What's up here? I never use submodules myself and would really like to 
> be able to silent all this noise.

Please make sure you follow the instructions from "[Tails-project]
Deprecating old Git repositories: please update your configs", which
I'm quoting below:

  Please, make sure you go through the whole documentation for
  transitioning into GitLab:

  https://tails.boum.org/contribute/working_together/GitLab/transition/

  Also, please pay special attention to the "Update your Git
  configuration" part, and make sure you follow all steps to ensure your
  repositories and submodules all point to the new and correct places. Not
  doing this properly might cause you different kinds of problems, like
  using outdated code or failing to pull after the old repos have been
  wiped.

  Please, to avoid such problems make sure to update your config as soon
  as you can. The old repositories will be shutdown in September 25th 2020
  (2 weeks from now).

Cheers!
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.


[Tails-dev] Git submodules stuff polluting my repos

2020-12-15 Thread sajolida
Since a while, I have changes to tails.git:submodules uncommitted in all 
my local copies of the repo:


diff --git a/submodules/mirror-pool-dispatcher 
b/submodules/mirror-pool-dispatcher

index baf816c2d7..99bb6898d0 16
--- a/submodules/mirror-pool-dispatcher
+++ b/submodules/mirror-pool-dispatcher
@@ -1 +1 @@
-Subproject commit baf816c2d7fc447e49c1fdb977144766d8786e92
+Subproject commit 99bb6898d04f57995835044520f6192c50b62399-dirty

I tried to:

- Update my submodules:

git submodule update

- Remove all submodule configuration and folder

- Reset them entirely:

rm -rf submodules
git submodule update --init

I get errors and can't get rid of them:

$ git submodule update --init
Submodule path 'submodules/chutney': checked out 
'71b25eeec8ae9e5a6968139917b72c588f583a57'
Submodule path 'submodules/jenkins-tools': checked out 
'3bb3123456cf507698aafc22f882238fcc27bfc1'
fatal: remote error: FATAL: R any mirror-pool-dispatcher daemon DENIED 
by fallthru

(or you mis-spelled the reponame)
Unable to fetch in submodule path 'submodules/mirror-pool-dispatcher'
fatal: remote error: FATAL: R any mirror-pool-dispatcher daemon DENIED 
by fallthru

(or you mis-spelled the reponame)
Fetched in submodule path 'submodules/mirror-pool-dispatcher', but it 
did not contain baf816c2d7fc447e49c1fdb977144766d8786e92. Direct 
fetching of that commit failed.


What's up here? I never use submodules myself and would really like to 
be able to silent all this noise.


--
sajolida
Tails — https://tails.boum.org/
UX · Fundraising · Technical Writing
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.