Compare commits
2 commits
cbed41abb3
...
8dc532c6cc
Author | SHA1 | Date | |
---|---|---|---|
|
8dc532c6cc | ||
|
684ed3f130 |
2 changed files with 7 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -29,3 +29,5 @@ krusty.sqlite3
|
|||
*.db
|
||||
*.tar.gz
|
||||
*.minisig
|
||||
*.jpg
|
||||
*.pdf
|
||||
|
|
6
makefile
6
makefile
|
@ -25,4 +25,8 @@ release:
|
|||
scp krusty-imbus_$(GITHASH).tar.gz server:/public/krusty/krusty-imbus_$(GITHASH).tar.gz
|
||||
scp krusty-imbus_$(GITHASH).tar.gz.minisig server:/public/krusty/krusty-imbus_$(GITHASH).tar.gz.minisig
|
||||
|
||||
.PHONY: run clean test build dbdump migrate release
|
||||
# Generate ERD. Requires eralchemy2 (pip install eralchemy2)
|
||||
erd:
|
||||
eralchemy2 -i sqlite:///app/krusty.db -o erd.jpg
|
||||
|
||||
.PHONY: run clean test build dbdump migrate release erd
|
||||
|
|
Loading…
Reference in a new issue