aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--secrets.tar.encbin10256 -> 10256 bytes
-rw-r--r--tmk_core/rules.mk4
-rw-r--r--util/travis_compiled_push.sh6
4 files changed, 6 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 599963a7d..580d62e94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,5 +48,4 @@ util/Win_Check_Output.txt
48 48
49# things travis sees 49# things travis sees
50secrets.tar 50secrets.tar
51qmk.fm 51id_rsa_* \ No newline at end of file
52id_rsa_qmk_firmware \ No newline at end of file
diff --git a/secrets.tar.enc b/secrets.tar.enc
index 03fdf41c8..6c613fed9 100644
--- a/secrets.tar.enc
+++ b/secrets.tar.enc
Binary files differ
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk
index be06d611b..aef4d5e55 100644
--- a/tmk_core/rules.mk
+++ b/tmk_core/rules.mk
@@ -247,8 +247,8 @@ gccversion :
247 $(eval CMD=$(HEX) $< $@) 247 $(eval CMD=$(HEX) $< $@)
248 @$(BUILD_CMD) 248 @$(BUILD_CMD)
249 @if $(AUTOGEN); then \ 249 @if $(AUTOGEN); then \
250 $(SILENT) || printf "Copying $(TARGET).hex to keymaps/$(KEYMAP)/$(KEYBOARD)_$(KEYMAP).hex\n"; \ 250 $(SILENT) || printf "Copying $(TARGET).hex to keymaps/$(KEYMAP)/$(TARGET).hex\n"; \
251 $(COPY) $@ $(KEYMAP_PATH)/$(KEYBOARD)_$(KEYMAP).hex; \ 251 $(COPY) $@ $(KEYMAP_PATH)/$(TARGET).hex; \
252 else \ 252 else \
253 $(COPY) $@ $(TARGET).hex; \ 253 $(COPY) $@ $(TARGET).hex; \
254 fi 254 fi
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh
index dc492ba94..833fa8e46 100644
--- a/util/travis_compiled_push.sh
+++ b/util/travis_compiled_push.sh
@@ -13,7 +13,7 @@ openssl aes-256-cbc -K $encrypted_b0ee987fd0fc_key -iv $encrypted_b0ee987fd0fc_i
13tar xvf secrets.tar 13tar xvf secrets.tar
14 14
15chmod 600 id_rsa_qmk_firmware 15chmod 600 id_rsa_qmk_firmware
16chmod 600 qmk.fm 16chmod 600 id_rsa_qmk.fm
17eval `ssh-agent -s` 17eval `ssh-agent -s`
18ssh-add id_rsa_qmk_firmware 18ssh-add id_rsa_qmk_firmware
19 19
@@ -51,10 +51,10 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
51 cd .. 51 cd ..
52 git clone git@github.com:qmk/qmk.fm.git 52 git clone git@github.com:qmk/qmk.fm.git
53 cd qmk.fm 53 cd qmk.fm
54 mv ../qmk_firmware/qmk.fm qmk.fm 54 mv ../qmk_firmware/id_rsa_qmk.fm id_rsa_qmk.fm
55 ssh-add -D 55 ssh-add -D
56 eval `ssh-agent -s` 56 eval `ssh-agent -s`
57 ssh-add qmk.fm 57 ssh-add id_rsa_qmk.fm
58 #git submodule update --init --recursive 58 #git submodule update --init --recursive
59 #rm -rf keyboard 59 #rm -rf keyboard
60 #rm -rf keyboards 60 #rm -rf keyboards