open-quantum-safe / tsc

OQS Technical Steering Committee resources
https://openquantumsafe.org/
Creative Commons Attribution 4.0 International
3 stars 5 forks source link

Make www repo public #20

Closed planetf1 closed 4 months ago

planetf1 commented 4 months ago

I was looking for the source of the openquantumsafe website, but was unable to find it.

Currently https://github.com/open-quantum-safe/www appears to be private. (I'm not a project member currently I expect)

Can I suggest this is made public, as I expect we would want to encourage contributions

dstebila commented 4 months ago

I was looking for the source of the openquantumsafe website, but was unable to find it.

Currently https://github.com/open-quantum-safe/www appears to be private. (I'm not a project member currently I expect)

Can I suggest this is made public, as I expect we would want to encourage contributions

Done.

planetf1 commented 4 months ago

I'm not able to see the repo - is it definitely public now?

gh repo list open-quantum-safe --json name -q '.[].name'
oqs-provider
tsc
liboqs
oqs-demos
liboqs-go
liboqs-cpp
liboqs-python
liboqs-rust
ci-containers
boringssl
.github
liboqs-dotnet
liboqs-java
libssh
openssh
openssl
profiling
oqs-engine
gh issue list --repo github.com/open-quantum-safe/www
GraphQL: Could not resolve to a Repository with the name 'open-quantum-safe/www'. (repository)
dstebila commented 4 months ago

I'm not able to see the repo - is it definitely public now?

I thought I had done it, but it was still marked private. I've changed it today -- try now.

SWilson4 commented 4 months ago

For what it's worth, the www repo still appears to be private.

dstebila commented 4 months ago

For what it's worth, the www repo still appears to be private.

I don't know what's going on. Indeed when I looked just now it said private. I've clicked the "Make public" button yet again and at least at this moment it is public.

Screenshot 2024-04-24 at 5 23 55 PM
planetf1 commented 4 months ago

I realise now.. It's the automated permissions update

The visibility is set to private at https://github.com/open-quantum-safe/tsc/blob/d9675e51adc2b66265bbae464f4504f9027c8af6/config.yaml#L140

Proposed PR #21 to fix