jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
474 stars 92 forks source link

Disk image repos missing #84

Closed dgelessus closed 4 years ago

dgelessus commented 4 years ago

Hi, I'm currently unable to fully update my local clone of PCjs, as it seems that all of the disk image repos (referenced by the disks-* submodules in this repo) are missing/inaccessible:

PCjs itself seems to be working fine after the update, and I can load disks that I already have locally from the last time I updated. I just can't use any of the newly added disks or make a new full clone of the repo.

The pcjs.org website now apparently references some different disk repos, but those are also inaccessible:

Was there some kind of change that I missed and I need do something else to run PCjs locally now?

jeffpar commented 4 years ago

The new repo doesn't use submodules, so the pcjs-diskettes and pcjs-decdisks repos don't need to be public. As for the old repo, well, recreating the old disk repos might be the easiest solution. I'll look into it.

jeffpar commented 4 years ago

I successfully ran git clone --recurse-submodules https://github.com/jeffpar/pcjs.git so this should be resolved. I think this is also a good time to archive the repo, since all active development is now in the pcjs.org repo.