On 06/05/2017 09:54 PM, Angelos Tzotsos wrote: > On 06/05/2017 10:41 PM, Sebastiaan Couwenberg wrote: >> On 06/05/2017 09:39 PM, Sebastiaan Couwenberg wrote: >>> On 06/05/2017 09:30 PM, Angelos Tzotsos wrote: >>>> Done. >>> Thanks for the update, but's it's not entirely done yet. The copyright >>> file needed an update, and the changelog was not yet finalized. >>> >>> I've committed those changes and am building the package now. >> The build is not possible, because the changes for the upstream & >> pristine-tar branches aren't pushed yet. Please push those branches >> too: git push --all && git push --tags Kind Regards, Bas > Hi Bas, > > I had already pushed those branches... I do not understand why they are > not visible to you.
FTR: Your local branches are probably not tracking the origin, check with: git branch -vv And you can set the upstream tracking with: git branch -u origin/pristine-tar pristine-tar git branch -u origin/upstream upstream Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
