Page MenuHomeSoftware Heritage

Find source code in SWH that can compile and run on EaaSi
Closed, MigratedEdits Locked

Description

EaaSi documentation:
https://eaasi.gitlab.io/eaasi_user_handbook/guide/interface.html
Workflow video: https://eaasi.gitlab.io/eaasi_user_handbook/guide/workflow.html

List of open source games:
https://en.wikipedia.org/wiki/List_of_open-source_video_games

In this task start enumerating legacy software and games that can be tried out in EaaSi,
with this template:

  • name:
  • origin:
  • SWH-ID (the object that might compile and run):
  • environment needed:

In a terminal, do the following to fetch the content from SWH:

to request directory:
curl -X POST https://archive.internal.softwareheritage.org/api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/

to check if directory is ready:
curl -X GET https://archive.internal.softwareheritage.org/api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/

to fetch directory:
curl -X GET https://archive.internal.softwareheritage.org/api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/raw/

Related Objects

StatusAssignedTask
Migratedgitlab-migration

Event Timeline

moranegg created this task.
moranegg created this object in space Restricted Space.
name: GNU Go
origin: http://git.savannah.gnu.org/git/gnugo.git
archived-url: https://archive.softwareheritage.org/browse/origin/http://git.savannah.gnu.org/git/gnugo.git/directory/
SWH-ID (the object that might compile and run): /api/1/vault/directory/00b4bcdff80e8b3c180e481c76709fc876958b8a/
environment needed:

use:

./configure
make
moranegg shifted this object from the Restricted Space space to the S1 Public space.Feb 14 2020, 3:38 PM