summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <o.morozenkov@corp.mail.ru>2022-11-01 20:12:47 +0300
committerOleg Morozenkov <o.morozenkov@corp.mail.ru>2022-11-01 20:12:47 +0300
commita36d46f0f4d54e2442d54d0127e204292f8a8be1 (patch)
tree5f98c06d20cfafe3ad4a976e948832096515d8b5
parente96d3a3d4f023dc0d5d4e60fb8efb5a40ce7a71d (diff)
Fixes #228
-rw-r--r--samples/echobot-curl-client/Dockerfile2
-rw-r--r--samples/echobot-setmycommands/Dockerfile2
-rw-r--r--samples/echobot-submodule/Dockerfile2
-rw-r--r--samples/echobot-webhook-server/Dockerfile2
-rw-r--r--samples/echobot/Dockerfile2
-rw-r--r--samples/inline-keyboard/Dockerfile2
-rw-r--r--samples/photo/Dockerfile2
-rw-r--r--samples/received-text-processing/Dockerfile2
-rw-r--r--samples/reply-keyboard/Dockerfile2
-rwxr-xr-x[-rw-r--r--]tools/docker-run-sample0
-rwxr-xr-x[-rw-r--r--]tools/docker-run-sample-webhook0
-rwxr-xr-x[-rw-r--r--]tools/docker-test0
-rwxr-xr-x[-rw-r--r--]tools/docs-generate0
-rwxr-xr-x[-rw-r--r--]tools/docs-push-gh-pages0
-rwxr-xr-x[-rw-r--r--]tools/list-includes0
-rwxr-xr-x[-rw-r--r--]tools/list-srcs0
16 files changed, 9 insertions, 9 deletions
diff --git a/samples/echobot-curl-client/Dockerfile b/samples/echobot-curl-client/Dockerfile
index 2954ceb..f9e4380 100644
--- a/samples/echobot-curl-client/Dockerfile
+++ b/samples/echobot-curl-client/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-curl-client
COPY . .
diff --git a/samples/echobot-setmycommands/Dockerfile b/samples/echobot-setmycommands/Dockerfile
index c103a7d..d3fa099 100644
--- a/samples/echobot-setmycommands/Dockerfile
+++ b/samples/echobot-setmycommands/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-setmycommands
COPY . .
diff --git a/samples/echobot-submodule/Dockerfile b/samples/echobot-submodule/Dockerfile
index 5e5191a..3dd5415 100644
--- a/samples/echobot-submodule/Dockerfile
+++ b/samples/echobot-submodule/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-submodule
COPY . .
diff --git a/samples/echobot-webhook-server/Dockerfile b/samples/echobot-webhook-server/Dockerfile
index 2aa4048..42f0e5d 100644
--- a/samples/echobot-webhook-server/Dockerfile
+++ b/samples/echobot-webhook-server/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot-webhook-server
COPY . .
diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile
index a7aa61a..57f3030 100644
--- a/samples/echobot/Dockerfile
+++ b/samples/echobot/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/echobot
COPY . .
diff --git a/samples/inline-keyboard/Dockerfile b/samples/inline-keyboard/Dockerfile
index 7e8e97a..64575a3 100644
--- a/samples/inline-keyboard/Dockerfile
+++ b/samples/inline-keyboard/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/inline-keyboard
COPY . .
diff --git a/samples/photo/Dockerfile b/samples/photo/Dockerfile
index ea9993a..b87c2ca 100644
--- a/samples/photo/Dockerfile
+++ b/samples/photo/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/photo
COPY . .
diff --git a/samples/received-text-processing/Dockerfile b/samples/received-text-processing/Dockerfile
index 004c09f..0c73bcf 100644
--- a/samples/received-text-processing/Dockerfile
+++ b/samples/received-text-processing/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/received-text-processing
COPY . .
diff --git a/samples/reply-keyboard/Dockerfile b/samples/reply-keyboard/Dockerfile
index 712e200..9931f51 100644
--- a/samples/reply-keyboard/Dockerfile
+++ b/samples/reply-keyboard/Dockerfile
@@ -1,5 +1,5 @@
FROM reo7sp/tgbot-cpp
-MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+MAINTAINER Oleg Morozenkov <m@oleg.rocks>
WORKDIR /usr/src/reply-keyboard
COPY . .
diff --git a/tools/docker-run-sample b/tools/docker-run-sample
index e7ac6ba..e7ac6ba 100644..100755
--- a/tools/docker-run-sample
+++ b/tools/docker-run-sample
diff --git a/tools/docker-run-sample-webhook b/tools/docker-run-sample-webhook
index 386b0c6..386b0c6 100644..100755
--- a/tools/docker-run-sample-webhook
+++ b/tools/docker-run-sample-webhook
diff --git a/tools/docker-test b/tools/docker-test
index 5451ff1..5451ff1 100644..100755
--- a/tools/docker-test
+++ b/tools/docker-test
diff --git a/tools/docs-generate b/tools/docs-generate
index 1453346..1453346 100644..100755
--- a/tools/docs-generate
+++ b/tools/docs-generate
diff --git a/tools/docs-push-gh-pages b/tools/docs-push-gh-pages
index 4d07dbd..4d07dbd 100644..100755
--- a/tools/docs-push-gh-pages
+++ b/tools/docs-push-gh-pages
diff --git a/tools/list-includes b/tools/list-includes
index 5e04c1a..5e04c1a 100644..100755
--- a/tools/list-includes
+++ b/tools/list-includes
diff --git a/tools/list-srcs b/tools/list-srcs
index ed2a199..ed2a199 100644..100755
--- a/tools/list-srcs
+++ b/tools/list-srcs