Compare commits
No commits in common. "8dc532c6cc3c90668809f48320900dc26f0b9687" and "cbed41abb349825c7d9a2bfa078ee08345aac9b6" have entirely different histories.
8dc532c6cc
...
cbed41abb3
2 changed files with 1 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -29,5 +29,3 @@ krusty.sqlite3
|
|||
*.db
|
||||
*.tar.gz
|
||||
*.minisig
|
||||
*.jpg
|
||||
*.pdf
|
||||
|
|
6
makefile
6
makefile
|
@ -25,8 +25,4 @@ 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
|
||||
|
||||
# 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
|
||||
.PHONY: run clean test build dbdump migrate release
|
||||
|
|
Loading…
Reference in a new issue