Ali Khosravi
Ali Khosravi
@eimrek, yet https://aiida.readthedocs.io/robots.txt is the old one :sob:
For me, still showing the old one: :thinking: 
Ah, right! indeed it was a caching issue. Cheers! now `robots.txt` is in the right place. Let's wait a few days to see if google actually does update the indexes.
Thanks a lot @eimrek !
yes, I opened a [PR](https://github.com/aiidateam/disk-objectstore/pull/171) in `disk-objectstore` sometime ago, @unkcpz would be great if you can review it.
Mainly - [x] Stashing -> @khsrali -> #6861 - [x] Dumping -> @GeigerJ2 - [ ] ~Installing dependencies using `uv`? -> @danielhollas see [this comment](https://github.com/aiidateam/aiida-core/pull/6847#issuecomment-2845529426) from a contributor~ Moved to...
@agoscinski Why is this 2.8 ? I believe should be 2.7.1 or 2.7.2? We should document how to use what we release 😄
😆 all good!
Ok, I see. Probably this happens, because `RemoteFolder` is created and exist before the calcjob finish... We could solve this, knowing which calcjob is linked to that `RemoteFolder`, how to...