-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Habiendo reunido a sus doce discípulos, les dio poder y autoridad sobre todos | ||
los demonios, y para sanar enfermedades. Y los envió a predicar el reino de | ||
Dios y a sanar a los enfermos. | ||
[Jesús] les dijo: ¿Y vosotros, quién decís que soy? Entonces respondiendo | ||
Pedro, dijo: El Cristo de Dios. | ||
|
||
Lucas 9:1-2 | ||
Lucas 9:20 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,10 @@ Prerequisitos | |
4. Desde github bifurque (fork) la rama de la versión que desea del | ||
repositorio <https://github.com/pasosdeJesus/adJ>. | ||
La versión en desarrollo está en la rama | ||
```ADJ_7_2```. | ||
```ADJ_7_3```. | ||
5. Clone su bifuración a su directorio preferido: | ||
``` | ||
mkdir ~/comp; cd ~/comp; git clone -b ADJ_7_2 [email protected]/pasosdeJesus/adJ.git | ||
mkdir ~/comp; cd ~/comp; git clone -b ADJ_7_3 [email protected]/pasosdeJesus/adJ.git | ||
``` | ||
6. Copie el archivo local de variables y modifiquelo: | ||
``` | ||
|
@@ -104,7 +104,7 @@ en la variable asociada y lo desactiva poniendo ```n```. | |
(```autoSite```), genere textos en el instalador (```autoContenido```). | ||
Vea más detalles en <https://github.com/pasosdeJesus/adJ/blob/master/ComoPublicar.md>. | ||
* Una vez con juegos de instalación, paquetes y textos listos en | ||
subdirectorio ```7.2-amd64``` genere imagen ISO con: | ||
subdirectorio ```7.3-amd64``` genere imagen ISO con: | ||
``` | ||
doas hdes/creaiso.sh | ||
``` | ||
|
@@ -118,8 +118,8 @@ en la variable asociada y lo desactiva poniendo ```n```. | |
```TEXTO=1 dhes/qemu.sh``` | ||
* Envie sus mejoras al repositorio en github.com. Respecto a ramas | ||
(branches) y etiquetas (tags), ponemos una etiqueta cada vez que | ||
publicamos en <http://aprendiendo.pasosdeJesus.org> (e.g ```v7.2b1```), | ||
y mantenemos una rama para cada versión mayor publicada (e.g ```ADJ_7_2```) | ||
publicamos en <http://aprendiendo.pasosdeJesus.org> (e.g ```v7.3b1```), | ||
y mantenemos una rama para cada versión mayor publicada (e.g ```ADJ_7_3```) | ||
en la que eventualmente se aplicarán actualizaciones de seguridad para esa | ||
versión. | ||
* Para aportar mejoras a OpenBSD procuramos crear parches que se apliquen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
# Dominio público de acuerdo a legislación colombiana. http://www.pasosdejesus.org/dominio_publico_colombia.html. | ||
# 2022. [email protected] | ||
|
||
VER=7.2 | ||
REV=0 | ||
VER=7.3 | ||
REV= | ||
VESP="" | ||
VERP=72 | ||
VERP=73 | ||
|
||
# Falta /standard/root.hint | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Dominio público de acuerdo a legislación colombiana. http://www.pasosdejesus.org/dominio_publico_colombia.html. | ||
# 2014. [email protected] | ||
|
||
VER=7.2 | ||
VER=7.3 | ||
REV= | ||
VESP="a1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
# Variables de configuración para generar distribución Aprendiendo de Jesús | ||
# Dominio público. 2022. [email protected] | ||
|
||
V=7.2 | ||
VESP="p1" | ||
V=7.3 | ||
VESP="a1" | ||
# Versión que se está desarrollando | ||
|
||
VPKGPATH=snapshots | ||
VPKGPATH=$V | ||
|
||
VP=`echo $V | sed -e "s/[.]//g"` | ||
VP=72 | ||
VP=73 | ||
VU=`echo $V | sed -e "s/[.]/_/g"` | ||
VNUM=`echo $V | sed -e "s/\.//g"` | ||
VNUMS=`expr $VNUM + 1` | ||
|