Skip to content

Commit 4b5ea98

Browse files
committed
piencrypt shell scripts
1 parent 191fc1d commit 4b5ea98

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

Script/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#build package and push it to pypi
22
clear
33
cd ..
4-
echo "Starting Pie Test..";
4+
echo "piencrypt: -----> Starting Pie Test..";
55
cd Test
66
python pie_test.py;
7-
echo "Test completed"
7+
echo "piencrypt: -----> Test completed"
88
cd ..
9-
echo "Starting package build...";
9+
echo "piencrypt: -----> Starting package build...";
1010
python setup.py sdist bdist_wheel;
1111
twine upload dist/*;
12-
echo "Upload Successfull";
12+
echo "piencrypt: -----> Upload Successfull";
1313
# cat build.sh

Script/git_push.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
clear
22
cd ..
3-
echo "Starting Pie Test..";
3+
echo "piencrypt: -----> Starting Pie Test..";
44
cd Test
55
python pie_test.py;
6-
echo "Test completed"
6+
echo "piencrypt: -----> Test completed"
77
cd ..
8-
echo "Tracking files..";
8+
echo "piencrypt: -----> Tracking files..";
99
git add .;
1010
git commit -m "piencrypt shell scripts";
11-
echo "Commit completed";
11+
echo "piencrypt: -----> Commit completed";
1212
git push origin master;
13-
echo "Push Successfull";
13+
echo "piencrypt: -----> Push Successfull";

Script/heroku_push.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
clear
22
cd ..
3-
echo "Starting Pie Test..";
3+
echo "piencrypt: -----> Starting Pie Test..";
44
cd Test
55
python pie_test.py;
6-
echo "Test completed"
6+
echo "piencrypt: -----> Test completed"
77
cd ..
88
cd web
9-
echo "Tracking files..";
9+
echo "piencrypt: -----> Tracking files..";
1010
git add .;
1111
git commit -m "piencrypt webapp";
12-
echo "Commit completed";
12+
echo "piencrypt: -----> Commit completed";
1313
git push heroku master;
14-
echo "Deployment Successfull";
14+
echo "piencrypt: -----> Deployment Successfull";
1515
cd ..

web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 42f8504842dc04c493db87896e8c17de1e893c62
1+
Subproject commit a440568b8e7149395ef1eeb52b816899c0fc3f1e

0 commit comments

Comments
 (0)