Compare commits

..

4 commits
master ... dev

Author SHA1 Message Date
Bryan Black 135ea790e2 simplified 2017-11-08 14:02:07 -08:00
Bryan Black 4385ae5a9d Merge branch 'master' into dev 2017-11-08 09:04:30 -08:00
Bryan Black 02cd620ae3 test pass 2017-11-06 23:09:50 -08:00
Bryan Black 1c2429ea3c test failure 2017-11-06 23:09:40 -08:00
7 changed files with 25 additions and 25 deletions

21
LICENSE
View file

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2018 Reel Sense
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -6,7 +6,7 @@ wget + minisign authentication
Thanks goes to these wonderful people: Thanks goes to these wonderful people:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars2.githubusercontent.com/u/1723129?s=original" width="100px;"/><br /><sub>ppbrown</sub>](https://github.com/ppbrown)<br />[📖](https://github.com/4-S/4S/issues/2) | [<img src="https://avatars.githubusercontent.com/u/5644977?v=3" width="100px;"/><br /><sub>Bryan Black</sub>](https://bringyourwallet.com)<br />[📖](https://github.com/stationgroup/sget/commits?author=reelsense) | | [<img src="https://avatars2.githubusercontent.com/u/1723129?s=original" width="100px;"/><br /><sub>ppbrown</sub>](https://github.com/ppbrown)<br />[📖](https://github.com/4-S/4S/issues/2) | [<img src="https://avatars.githubusercontent.com/u/5644977?v=3" width="100px;"/><br /><sub>Bryan Black</sub>](http://bringyourwallet.com)<br />[📖](https://github.com/MasieroTechGroup/start-here/wiki/_history?editor=reelsense) |
| :---: | :---: | | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END --> <!-- ALL-CONTRIBUTORS-LIST:END -->

7
fail.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
fail.min.js.minisig Normal file
View file

@ -0,0 +1,4 @@
untrusted comment: signature from minisign secret key
RWSmY4o5Bad1vVP2BM07z0abjTcWBL5pFQyzzSc3kQB7ShjUAviY/ck9T2e+YsteoJND4BqqDsvKNTgJtWY+KhD3gDpWseJJXAA=
trusted comment: timestamp:1507246761 file:markdeep.min.js
MNKXADfPv72H14t8DFYo5Jsjx8fb+xQPU1BhfZln2rIOdjgBphNY1YBq7Y21dSBH4mdjT1wGmNBLwC/M4a4YDA==

6
pass.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
pass.min.js.minisig Normal file
View file

@ -0,0 +1,4 @@
untrusted comment: signature from minisign secret key
RWSmY4o5Bad1vVP2BM07z0abjTcWBL5pFQyzzSc3kQB7ShjUAviY/ck9T2e+YsteoJND4BqqDsvKNTgJtWY+KhD3gDpWseJJXAA=
trusted comment: timestamp:1507246761 file:markdeep.min.js
MNKXADfPv72H14t8DFYo5Jsjx8fb+xQPU1BhfZln2rIOdjgBphNY1YBq7Y21dSBH4mdjT1wGmNBLwC/M4a4YDA==

View file

@ -3,7 +3,7 @@
function sget() { function sget() {
# cd to appropriate directory # cd to appropriate directory
wget -q $1 wget -q $1
wget -q $2 wget -q ${1}.minisig
fname=`basename $1` fname=`basename $1`
if minisign -Vm $fname -P RWSmY4o5Bad1vS60aYAiQUswWYVV2EuSdqc3ry7CWWF1E6bVbFG9kR/y >/dev/null ; then if minisign -Vm $fname -P RWSmY4o5Bad1vS60aYAiQUswWYVV2EuSdqc3ry7CWWF1E6bVbFG9kR/y >/dev/null ; then
echo DEBUG: downloaded valid file $fname echo DEBUG: downloaded valid file $fname
@ -15,4 +15,4 @@ mv $fname $fname.minisig /tmp
return 1 return 1
} }
sget $1 $2 sget $1