Skip to content

Commit 8b4e933

Browse files
authored
Merge pull request #52 from hANSIc99/dev
Archive of example trading bot added
2 parents a8e344d + da3818b commit 8b4e933

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
Binary file not shown.

setup_rpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
setuptools.setup(
8-
version = '1.07',
8+
version = '1.08',
99
author = 'Stephan Avenwedde',
1010
author_email = '[email protected]',
1111
license = 'GPLv3',

setup_x86.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
setuptools.setup(
8-
version = '1.07',
8+
version = '1.08',
99
author = 'Stephan Avenwedde',
1010
author_email = '[email protected]',
1111
license = 'GPLv3',

src/commands.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ podman run -d --name Pythonic -p 7000:7000 -p 8000:8000 pythonic:<tag>
2424
# login to remote repository
2525
podman login -u pythonicautomation https://index.docker.io/v1/
2626

27+
# re-tag image
28+
podman image tag pythonic:1.8 pythonicautomation:1.8
29+
2730
# push image
2831
podman push pythonicautomation/pythonic:<tag>
2932

@@ -69,6 +72,19 @@ dd if=/home/stephan/Pythonic-1.6.img of=/dev/sdc conv=fsync bs=32M
6972

7073
scp Pythonic-1.6.zip [email protected]:/home/frs/project/pythonicrpi/
7174

75+
##############################################################
76+
# #
77+
# DEBIAN #
78+
# #
79+
##############################################################
80+
81+
#clean all log files
82+
find /var/log -type f -delete
83+
84+
# remove everytring in
85+
/var/tmp
86+
/tmp
87+
7288
##############################################################
7389
# #
7490
# MISC #

0 commit comments

Comments
 (0)