Add first /repos/ API, command api serve. #116

This commit is contained in:
Andrey Smirnov
2014-10-08 16:19:15 +04:00
parent ac983ff65d
commit 10056b8571
8 changed files with 287 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
GOVERSION=$(shell go version | awk '{print $$3;}')
PACKAGES=context database deb files http query s3 utils
ALL_PACKAGES=aptly context cmd console database deb files http query s3 utils
ALL_PACKAGES=api aptly context cmd console database deb files http query s3 utils
BINPATH=$(abspath ./_vendor/bin)
GOM_ENVIRONMENT=-test
PYTHON?=python