Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
starwels
/
gitian-builder
espejo de
https://github.com/devrandom/gitian-builder
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
Start using lxc-execute from LXC version 1.0.0
pull/93/head
Dev Random
hace 5 años
padre
1ae746f68f
commit
1913792091
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
libexec/gconfig
+ 1
- 1
libexec/gconfig
Ver fichero
@@ -1,7 +1,7 @@
VM_SSH_PORT=2223
if [ -z "$LXC_EXECUTE" ]; then
ver=`lxc-start --version`
if dpkg --compare-versions $ver ge 1.
1
.0 ; then
if dpkg --compare-versions $ver ge 1.
0
.0 ; then
LXC_EXECUTE=lxc-execute
else
LXC_EXECUTE=lxc-start
Escribir
Vista previa
Cargando…
Cancelar
Guardar