From 29eb1826482138b5bf48aadb6bddcd70a53e4032 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 18 May 2022 10:04:39 -0400 Subject: [PATCH 1/3] progress --- .gitattributes | 2 ++ step2_copy.sh | 11 +++++++++++ step3_create_board.sh | 9 +++++++++ 3 files changed, 22 insertions(+) create mode 100644 .gitattributes create mode 100644 step2_copy.sh create mode 100644 step3_create_board.sh diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6007d2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ + +*.sh text eol=lf diff --git a/step2_copy.sh b/step2_copy.sh new file mode 100644 index 0000000..6ebeeac --- /dev/null +++ b/step2_copy.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +if [ ! -f hellen-one/git_scripts ]; then + echo "No submodules?" + git submodule update --init --recursive +fi + +cd hellen-one +python3 ./bin/copy_from_Kicad.py "frames:proteus-mustang5.0" ".." "../../gerber" "60-pin" "a" + +echo "Done!" diff --git a/step3_create_board.sh b/step3_create_board.sh new file mode 100644 index 0000000..ddb48cf --- /dev/null +++ b/step3_create_board.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +if [ ! -f "hellen-one/readme.md" ]; then + echo "No submodule? Trying to pull" + git submodule update --init --recursive +fi + +cd hellen-one +sh bin/create_board_with_prefix.sh "proteus-mustang5.0" ".." "60-pin" "c" "bom_replace_ford-60-a.csv" "80,0" From f257ae0cc7bd15717a97693158ea5dd82db77f37 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 18 May 2022 10:04:56 -0400 Subject: [PATCH 2/3] +x --- step2_copy.sh | 0 step3_create_board.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 step2_copy.sh mode change 100644 => 100755 step3_create_board.sh diff --git a/step2_copy.sh b/step2_copy.sh old mode 100644 new mode 100755 diff --git a/step3_create_board.sh b/step3_create_board.sh old mode 100644 new mode 100755 From 256c6248b210c9d7ba96bdb43a56e99012875ab7 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 18 May 2022 10:06:12 -0400 Subject: [PATCH 3/3] progress --- step2_copy.sh | 2 +- step3_create_board.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/step2_copy.sh b/step2_copy.sh index 6ebeeac..56a9767 100755 --- a/step2_copy.sh +++ b/step2_copy.sh @@ -6,6 +6,6 @@ if [ ! -f hellen-one/git_scripts ]; then fi cd hellen-one -python3 ./bin/copy_from_Kicad.py "frames:proteus-mustang5.0" ".." "../../gerber" "60-pin" "a" +python3 ./bin/copy_from_Kicad.py "frames:proteus-mustang5.0-" ".." "../../gerber" "60-pin" "a" echo "Done!" diff --git a/step3_create_board.sh b/step3_create_board.sh index ddb48cf..4c002da 100755 --- a/step3_create_board.sh +++ b/step3_create_board.sh @@ -6,4 +6,4 @@ if [ ! -f "hellen-one/readme.md" ]; then fi cd hellen-one -sh bin/create_board_with_prefix.sh "proteus-mustang5.0" ".." "60-pin" "c" "bom_replace_ford-60-a.csv" "80,0" +sh bin/create_board_with_prefix.sh "proteus-mustang5.0-" ".." "60-pin" "c" "bom_replace_ford-60-a.csv" "80,0"