[Pkg-security-team] Failure running git ls-remote HEAD

Gianfranco Costamagna locutusofborg at debian.org
Mon Aug 22 15:51:26 UTC 2016


Hi Hugo, Daniel, Julián


wfuzz.git
wifite.git
hashcat.git
patator.git
ophcrack.git


now the above repositories have no master branch anymore, but have a debian/master instead, with two additional
commits:
adding debian/gbp.conf and a "team upload" change (and tag pushed)

for i in `cat list`; do pull-debian-source $i; git clone git+ssh://locutusofborg@anonscm.debian.org/git/pkg-security/$i.git; cd $i; git checkout master; git checkout -b debian/master; git branch -D master; git push origin debian/master :master; ls debian/gbp.conf ; cp ../gbp.conf debian ; git add debian/gbp.conf ; git commit -a -m "Add gbp.conf file"; dch --team -D unstable 'Add gbp.conf file'; git commit -a -m "Update changelog"; gbp buildpackage -S --git-tag; git push; git push --tags; cd -; done

I did a debdiff between them, the changes were only on gbp.conf and changelog, so I uploaded them on deferred/5, please speak
if you don't like the changes :)

additional note for Daniel
hashcat has some additional changes committed on git but not uploaded. I added them too.

thanks,

G.



More information about the Pkg-security-team mailing list