[Pkg-security-team] Failure running git ls-remote HEAD
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Mon Aug 22 15:27:42 UTC 2016
Hi,
>There's no reason why you would break anything. And if you do, we will
>figure out your mistake and you will have learned something. :)
so, in this case: uploading my packages right now and team uploading in deferred/5 the other broken packages
wfuzz.git
ref: refs/heads/master
wifite.git
ref: refs/heads/master
hashcat.git
ref: refs/heads/master
patator.git
ref: refs/heads/master
ophcrack.git
ref: refs/heads/master
thanks,
FYI I'm running something like this:
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 -R -D unstable 'Add gbp.conf file'; git commit -a -m "Update changelog"; gbp buildpackage -S --git-tag-only; git push; git push --tags; cd -; done
G.
More information about the Pkg-security-team
mailing list