chore: re-organize repo

This commit is contained in:
Aliberk Sandıkçı 2023-08-10 00:33:40 +03:00
parent 16bf44c654
commit a7c95ab5e4
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1
4 changed files with 2 additions and 19 deletions

4
.gitignore vendored
View file

@ -20,7 +20,3 @@
# Go workspace file # Go workspace file
go.work go.work
### Modified
build/package/bin/
build/*.deb

View file

@ -4,7 +4,7 @@
# docker run -it -d --name CONT_NAME --mount type=bind,source=".",target=/ahenk-go/ IMAGE_NAME:VERSION "/bin/bash" # docker run -it -d --name CONT_NAME --mount type=bind,source=".",target=/ahenk-go/ IMAGE_NAME:VERSION "/bin/bash"
ARG CODE_VERSION=latest ARG CODE_VERSION=sid
FROM debian:${CODE_VERSION} FROM debian:${CODE_VERSION}
RUN su -c "echo 'deb http://ftp.tr.debian.org/debian sid main' >> /etc/apt/sources.list.d/sid.list" RUN su -c "echo 'deb http://ftp.tr.debian.org/debian sid main' >> /etc/apt/sources.list.d/sid.list"

View file

@ -1,13 +0,0 @@
Package: ahenk-go
Version: 1.0-1
Section: utils
Priority: optional
Architecture: all
Maintainer: Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
Homepage: http://www.liderahenk.org
Description: The client side of the Lider Ahenk Project
Lider Ahenk is an open source project which provides solutions
to manage, monitor and audit unlimited number of different
systems and users on a network.
Build-Depends: dpkg-deb
Depends: go