Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Fix Makefile | d32716877cd0d0f440a683d92a527b07c633acbb | Oskar Sharipov | 2020-08-22 05:18:05 |
New update | c96900ea65632e0b1b6e7462f256556b45f357b9 | Oskar Sharipov | 2020-08-22 05:16:41 |
New update | a29be63000dbf0f7ca480c57a65ffe7f60adcc2b | Oskar Sharipov | 2020-08-13 15:18:57 |
New update | 6b562a972730214690907345d04b60a112219fe6 | Oskar Sharipov | 2020-07-12 08:50:42 |
New update | 7ec7e27b0881e0cc244358cad6ebc1bf3c9f0b34 | Oskar Sharipov | 2020-07-04 17:00:06 |
New update | 0787153fc1abb43a92ed3d9ad530d5318ce14ff7 | Oskar Sharipov | 2020-07-04 16:59:30 |
New update | 84d2e0a09bad953f397a8d4ff02e320e749832dd | Oskar Sharipov | 2020-06-19 11:00:32 |
New update | 5ebe5f7e6719114fe963d39e994380fde3f1c71f | Oskar Sharipov | 2020-06-05 12:52:44 |
Sign readme | 36f0c79f3fcc32e8468d5dc87592f535a358aca3 | Oskar Sharipov | 2020-05-20 23:30:02 |
Move most of information to readme | 05b0e5b1d0b082114c00dbb52345ac4c632de9da | Oskar Sharipov | 2020-05-20 22:59:28 |
New update | 41a340ae869cd7c434afe99e00fc490bf65e90ab | Oskar Sharipov | 2020-05-20 22:58:43 |
New update | a1b380fc65fd0b83a4c04ad58d9cc636e229a08e | Oskar Sharipov | 2020-05-20 22:32:38 |
Link readme to message.sig | 76eb3946a049a96d95296270eb4aa2f5b204a2f1 | Oskar Sharipov | 2020-04-03 21:19:39 |
New update | 9f35547f83f4c2453858c00621e44d3d93561bd4 | Oskar Sharipov | 2020-04-03 21:17:58 |
New update | c59a5ced8f7308d4a0c8802b0c03c6827da1a226 | Oskar Sharipov | 2020-03-25 11:55:08 |
New update | 5129aa703f026d3cfb19da954df2e62bb9e218a6 | Oskar Sharipov | 2020-03-25 11:46:54 |
New update | 2eaa807408fc862bfb5f4ab9ef60712109692559 | Oskar Sharipov | 2020-03-23 17:04:57 |
New update | 6c3b639ea0c9ad3d631a9ebdb7156ff9ebd0132c | Oskar Sharipov | 2020-03-22 19:02:25 |
New update | 1a85bb36db9f6c0cfc00cdd8e93850845ac5617a | Oskar Sharipov | 2020-03-16 19:50:07 |
Init readme with link to message.sig | b207f7c2a517fb171ad84169055700ff4c2196a4 | Oskar Sharipov | 2020-03-09 11:48:46 |
File | Lines added | Lines deleted |
---|---|---|
Makefile | 2 | 2 |
File Makefile changed (mode: 100644) (index 10f572e..b33c8c4) | |||
... | ... | MESSAGE=message | |
4 | 4 | ||
5 | 5 | .PHONY: all | .PHONY: all |
6 | 6 | all: signature git ipfs | all: signature git ipfs |
7 | @echo "Yay, we updated our new canary message!" | ||
7 | @echo "Message was updated." | ||
8 | 8 | ||
9 | 9 | ||
10 | 10 | .PHONY: signature | .PHONY: signature |
... | ... | signature: $(MESSAGE) $(KEY) | |
15 | 15 | .PHONY: git | .PHONY: git |
16 | 16 | git: | git: |
17 | 17 | @git add $(MESSAGE) $(MESSAGE).sig | @git add $(MESSAGE) $(MESSAGE).sig |
18 | @git commit -m "New update" -q || echo "No new files."; exit 1 | ||
18 | @git commit -m "New update" -q | ||
19 | 19 | @git push -q | @git push -q |
20 | 20 | ||
21 | 21 | .PHONY: ipfs | .PHONY: ipfs |