manifiesto con esquema documentado (.url externalizable)
Browse files- manifest.txt +31 -1
manifest.txt
CHANGED
|
@@ -1,4 +1,34 @@
|
|
| 1 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
test.file=test.tar.gz
|
| 3 |
test.sha256=622979cf2461489fbbde1cc875afb8b1ae8249c18428d55331c9e557ab67c57a
|
| 4 |
test.launch=hello.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ============================================================================
|
| 2 |
+
# Big Data Lab — manifiesto de distribuciones (Dr. Abel Coronado)
|
| 3 |
+
# ============================================================================
|
| 4 |
+
# El Meta-Launcher lee SOLO este archivo. Para cambiar qué se descarga o desde
|
| 5 |
+
# dónde, edita aquí — NO hace falta recompilar el launcher.
|
| 6 |
+
#
|
| 7 |
+
# Esquema por entrada (clave base = <os>-<arch>-<solucion>, o "test"):
|
| 8 |
+
# <base>.file nombre del archivo local destino (obligatorio)
|
| 9 |
+
# <base>.sha256 hash SHA-256 del archivo (obligatorio)
|
| 10 |
+
# <base>.url URL absoluta de descarga (opcional)
|
| 11 |
+
# Si se omite, se deriva de la carpeta de este manifiesto.
|
| 12 |
+
# Permite alojar el archivo en CUALQUIER lugar (HF, otro CDN,
|
| 13 |
+
# servidor propio) sin tocar el binario.
|
| 14 |
+
# <base>.launch ruta a abrir/ejecutar tras extraer (opcional)
|
| 15 |
+
# <base>.version etiqueta de versión informativa (opcional)
|
| 16 |
+
# ============================================================================
|
| 17 |
+
|
| 18 |
+
# Fixture de prueba (lo usa: meta-launcher --self-test)
|
| 19 |
test.file=test.tar.gz
|
| 20 |
test.sha256=622979cf2461489fbbde1cc875afb8b1ae8249c18428d55331c9e557ab67c57a
|
| 21 |
test.launch=hello.txt
|
| 22 |
+
|
| 23 |
+
# --- Distribuciones reales (se completan al subir los binarios) -------------
|
| 24 |
+
# Windows x86-64 (portable):
|
| 25 |
+
# windows-amd64-portable.file=bdp-portable-windows-amd64.tar.gz
|
| 26 |
+
# windows-amd64-portable.sha256=<hash>
|
| 27 |
+
# windows-amd64-portable.launch=bdpv6-launcher.exe
|
| 28 |
+
#
|
| 29 |
+
# macOS Apple Silicon (portable):
|
| 30 |
+
# darwin-arm64-portable.file=bdp-portable-darwin-arm64.tar.gz
|
| 31 |
+
# darwin-arm64-portable.sha256=<hash>
|
| 32 |
+
# darwin-arm64-portable.launch=bdpv6-launcher.app
|
| 33 |
+
#
|
| 34 |
+
# (Vagrant no necesita distro aquí: su caja vive en HCP Vagrant Registry.)
|