mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-06-02 09:19:33 +00:00
71448c5489
Create debian/ directory and make_deb.sh for building goconserver as a .deb package. Clones upstream, removes etcd backend, builds with CGO_ENABLED=0 for static linking, packages via dpkg-buildpackage. Tested on Ubuntu 22.04, 24.04, and 26.04.
15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
Source: goconserver
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
|
|
Build-Depends: debhelper (>= 13), golang
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://github.com/xcat2/goconserver
|
|
|
|
Package: goconserver
|
|
Architecture: any
|
|
Depends: ${misc:Depends}
|
|
Description: Console server written in Go for xCAT
|
|
goconserver is a scalable console server written in Go. It provides
|
|
console logging and management for xCAT cluster nodes.
|