Code review comment for ~sergiodj/ubuntu/+source/sssd:merge-2.9.1-2-mantic

Revision history for this message
Miriam España Acebal (mirespace) wrote (last edit ):

Sergio, you were right (as ever)... I can see them in the link, and if I clone isolated your sssd repo... sorry for the noise!

Nevertheless, I checked what I did browsing the history to figure out this 'X file' for me, as I added your repo as a remote to my local sssd repo:

❯ git remote -v
mirespace https://git.launchpad.net/~mirespace/ubuntu/+source/sssd (fetch)
mirespace ssh://<email address hidden>/~mirespace/ubuntu/+source/sssd (push)
pkg https://git.launchpad.net/ubuntu/+source/sssd (fetch)
pkg ssh://<email address hidden>/ubuntu/+source/sssd (push)
sergiodj https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd (fetch)
sergiodj https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd (push)

It seems a "fetch --all" failed (failed on mirespace, shame on me!) and then sergiodj remote wasn't processed well, because if I do

❯ git fetch -t --dry-run sergiodj

I could see them there

remote: Enumerating objects: 489, done.
remote: Counting objects: 100% (458/458), done.
remote: Compressing objects: 100% (215/215), done.
remote: Total 399 (delta 290), reused 245 (delta 184)
Receiving objects: 100% (399/399), 58.83 KiB | 5.88 MiB/s, done.
Resolving deltas: 100% (290/290), completed with 31 local objects.
From https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd
 * [new tag] logical/2.4.0-1ubuntu7 -> logical/2.4.0-1ubuntu7
 * [new tag] logical/2.4.1-2ubuntu4 -> logical/2.4.1-2ubuntu4
 * [new tag] logical/2.6.1-1ubuntu4 -> logical/2.6.1-1ubuntu4
 * [new tag] logical/2.6.3-1ubuntu3 -> logical/2.6.3-1ubuntu3
 * [new tag] logical/2.7.1-2ubuntu1 -> logical/2.7.1-2ubuntu1
 * [new tag] logical/2.7.2-3ubuntu1 -> logical/2.7.2-3ubuntu1
 * [new tag] logical/2.7.3-2ubuntu4 -> logical/2.7.3-2ubuntu4
 * [new tag] logical/2.8.1-1ubuntu1 -> logical/2.8.1-1ubuntu1
 * [new tag] logical/2.9.1-1ubuntu1 -> logical/2.9.1-1ubuntu1
 * [new tag] reconstruct/2.4.0-1ubuntu7 -> reconstruct/2.4.0-1ubuntu7
 * [new tag] reconstruct/2.4.1-2ubuntu4 -> reconstruct/2.4.1-2ubuntu4
 * [new tag] reconstruct/2.6.1-1ubuntu4 -> reconstruct/2.6.1-1ubuntu4
 * [new tag] reconstruct/2.6.3-1ubuntu3 -> reconstruct/2.6.3-1ubuntu3
 * [new tag] reconstruct/2.7.1-2ubuntu1 -> reconstruct/2.7.1-2ubuntu1
 * [new tag] reconstruct/2.7.2-3ubuntu1 -> reconstruct/2.7.2-3ubuntu1
 * [new tag] reconstruct/2.7.3-2ubuntu4 -> reconstruct/2.7.3-2ubuntu4
 * [new tag] reconstruct/2.8.1-1ubuntu1 -> reconstruct/2.8.1-1ubuntu1
 * [new tag] reconstruct/2.9.1-1ubuntu1 -> reconstruct/2.9.1-1ubuntu1
 * [new tag] split/2.4.0-1ubuntu7 -> split/2.4.0-1ubuntu7
 * [new tag] split/2.4.1-2ubuntu4 -> split/2.4.1-2ubuntu4
 * [new tag] split/2.6.1-1ubuntu4 -> split/2.6.1-1ubuntu4
 * [new tag] split/2.6.3-1ubuntu3 -> split/2.6.3-1ubuntu3
 * [new tag] split/2.7.1-2ubuntu1 -> split/2.7.1-2ubuntu1
 * [new tag] split/2.7.2-3ubuntu1 -> split/2.7.2-3ubuntu1
 * [new tag] split/2.7.3-2ubuntu4 -> split/2.7.3-2ubuntu4
 * [new tag] split/2.8.1-1ubuntu1 -> split/2.8.1-1ubuntu1
 * [new tag] split/2.9.1-1ubuntu1 -> split/2.9.1-1ubuntu1

Sorry again for the noise!

« Back to merge proposal