From 16ca3d862e8a847e227648bc733cfbd2976fce58 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 19 Aug 2020 18:32:41 +0200 Subject: [PATCH] fix(any/aliases-dc): removed --- .gitmodules | 3 +++ any/aliases-dc/.gitignore | 5 ----- any/aliases-dc/Makefile | 5 ----- any/aliases-dc/PKGBUILD | 15 --------------- any/aliases-dc/docker-compose-aliases.sh | 9 --------- armv7/flucky | 1 + 6 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 any/aliases-dc/.gitignore delete mode 100644 any/aliases-dc/Makefile delete mode 100644 any/aliases-dc/PKGBUILD delete mode 100644 any/aliases-dc/docker-compose-aliases.sh create mode 160000 armv7/flucky diff --git a/.gitmodules b/.gitmodules index 7d21227..97d158c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -59,3 +59,6 @@ [submodule "any/mint-backgrounds"] path = any/mint-backgrounds url = ssh://aur@aur.archlinux.org/mint-backgrounds.git +[submodule "armv7/flucky"] + path = armv7/flucky + url = ssh://aur@aur.archlinux.org/flucky.git diff --git a/any/aliases-dc/.gitignore b/any/aliases-dc/.gitignore deleted file mode 100644 index cd75b66..0000000 --- a/any/aliases-dc/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -* -!*.sh -!.gitignore -!Makefile -!PKGBUILD \ No newline at end of file diff --git a/any/aliases-dc/Makefile b/any/aliases-dc/Makefile deleted file mode 100644 index f5e1ac9..0000000 --- a/any/aliases-dc/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -build: - makepkg --sign --force - -install: - makepkg --sign --force --install \ No newline at end of file diff --git a/any/aliases-dc/PKGBUILD b/any/aliases-dc/PKGBUILD deleted file mode 100644 index b26a0ea..0000000 --- a/any/aliases-dc/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# Maintainer: Markus Pesch - -pkgname=aliases-dc -pkgver=0.1.0 -pkgrel=1 -pkgdesc="Markus Pesch's personal docker-compose aliases" -license=('GPL') -arch=('any') -source=("docker-compose-aliases.sh") -sha256sums=('999cb7bf30823487f23d2441507ee77ea3a7ff2a06e40b2087f2fe5dc4b134c9') -depends=("docker-compose") - -package() { - install -D --mode=0755 --target-directory=${pkgdir}/etc/profile.d ${srcdir}/docker-compose-aliases.sh -} diff --git a/any/aliases-dc/docker-compose-aliases.sh b/any/aliases-dc/docker-compose-aliases.sh deleted file mode 100644 index 0ca1e79..0000000 --- a/any/aliases-dc/docker-compose-aliases.sh +++ /dev/null @@ -1,9 +0,0 @@ -# Aliases for docker-compose -alias dcd='docker-compose down' # Stop and Remove containers -alias dcl='docker-compose logs' # Print all logs from the containers defined by the compose file on stdout -alias dclf='docker-compose logs --follow' # Print all and new logs from the containers defined by the compose file on stdout -alias dcp='docker-compose ps' # List all running containers -alias dcr='docker-compose rm --force' # Remove all defined containers -alias dcs='docker-compose stop' # Stop all defined containers -alias dcud='docker-compose up -d' # Start all defined containers -alias dcudb='docker-compose up -d --build' # Start all defomed containers and build them from source if possible diff --git a/armv7/flucky b/armv7/flucky new file mode 160000 index 0000000..542d94a --- /dev/null +++ b/armv7/flucky @@ -0,0 +1 @@ +Subproject commit 542d94a74dfc443a7bcd52d68e1487d923038bdc