chore: re-organize repo
This commit is contained in:
parent
16bf44c654
commit
a7c95ab5e4
4 changed files with 2 additions and 19 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -19,8 +19,4 @@
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
|
||||||
### Modified
|
|
||||||
build/package/bin/
|
|
||||||
build/*.deb
|
|
|
@ -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"
|
|
@ -1,13 +0,0 @@
|
||||||
Package: ahenk-go
|
|
||||||
Version: 1.0-1
|
|
||||||
Section: utils
|
|
||||||
Priority: optional
|
|
||||||
Architecture: all
|
|
||||||
Maintainer: Aliberk Sandıkçı <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
|
|
Loading…
Reference in a new issue