Paul Moore <p.f.mo...@gmail.com> added the comment:
I don't see an appveyor.yml file in the CPython repository. How are the appveyor builds configured? I was going to take a look, but need to see the config :-( On Wed, 5 Sep 2018 at 10:32, STINNER Victor <rep...@bugs.python.org> wrote: > > > STINNER Victor <vstin...@redhat.com> added the comment: > > REST API for the AppVeyor build cache: > https://www.appveyor.com/docs/build-cache/#rest-api > > Authentication of the REST API: > https://www.appveyor.com/docs/api/#authentication > > I tried: > > $ curl -H "Authorization: Bearer <MY_PRIVATE_TOKEN>" -X "DELETE" > https://ci.appveyor.com/api/projects/python/cpython/buildcache; echo > > {"message":"You do not have required permissions to perform this action."} > > Oh. I'm not allowed to clear the build cache :-( > > I'm logged as "python" and my role is "Super User". If a Super User is not > allowed to clear the cache, who is allowed to do that? Maybe my URL is wrong? > The documentation says: > > DELETE > https://ci.appveyor.com/api/projects/{accountName}/{projectSlug}/buildcache > > ---------- > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <https://bugs.python.org/issue34575> > _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34575> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com