Ir al contenido principal

Entradas

Mostrando las entradas de septiembre, 2017

Gogs Debian / Devuan / Venenux packages

After some dais of the newer golang packages for VenenuX we have now the Gogs packages.. those does not depends on nothing more than glibc >> 2.3 and coreutils packages. Just download to a directory, and run "dpkg -i gogs*.deb" in a console terminal form the directory where the package was downloaded and later just browse to localhost:3000 to see it! https://groups.google.com/forum/m/#!topic/venenuxsarisari/40sQFm1pcRY

golang 1.8 para devuan/debian/venenux cualqueir version

GO: backported golang packages Cualquier debian y Venenux tiene ya versiones de Golang para todos los debian actualizados echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_7.0/ /' > / etc / apt / sources.list.d / golang.list apt-get update apt-get install golang   IMPORTANTE NOTA el servicio de openbuild a veces esta ocupado y no permite bajar los paquetes (no hay publicaciones) si esto es asi, bajarlos uno a uno: Option 1, backported 9: https://build.opensuse.org/package/binaries/home:vegnuli/golang-1.8?repository=Debian_9.0 Option 2, backported 7: https://build.opensuse.org/package/binaries/home:vegnuli/golang-1.8?repository=Debian_7.0 No importa de donde lo bajen, igual instalara en debian etch, lenny, squeeze! For Debian 8+, Devuan 1+ or VenenuX 1.X, the default golang sera suficiente para cualquier proyecto activando repositorios de backports: apg-get install -t jessie-backports golang- 1.7 golang Con est...

git devuan and debian -1- git-daemon sever minial

DEVUAN/DEBIAN GIT y GITSERVICE el git daemon solo da serviciio a el portocolo git:// . PAra todo desde debian Jeesie las rutas de git repos estan en /var/lib/git , pero antes de wheeze estan en /var/cache/git A menos que use backports, los paquetes git-daemon-sysvinit existen hasta wheeze sino desde jessie. Git hasta 2.1.X tiene problemas con clonacion http par objetos grandes… version 1.8.4/1.7.11 tienen parches pero 1.9 al 2.1 no.