summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Little code refactoringUnknwon2016-08-091-1/+0
|
* Only do go vet on this codebaseUnknwon2016-08-061-4/+6
|
* Ignore repository with issue disabled or use external tracker in dashboard ↵Unknwon2016-08-051-6/+7
| | | | issues
* #1601 support delete issue commentUnknwon2016-07-261-0/+4
|
* Make go's build flags a variableDan McGregor2016-03-151-2/+3
| | | | | | | This allows the user to specify build flags from the make command line. For example to force a complete rebuild one could use: make BUILD_FLAGS='-v -a' TAGS="sqlite"
* Some minor changesUnknwon2016-03-061-0/+6
|
* Remove cache avatar support and add its testsUnknwon2016-02-141-5/+5
|
* Minor fix for #2567Unknwon2016-02-141-0/+4
|
* Add command to run the test suite in Makefile.Andrey Nering2016-01-161-0/+3
|
* stop compile bindata for TRANSLATORSUnknwon2016-01-111-1/+1
| | | | - update required version of git-module for #2373
* #1692 APIs: Users FollowersUnknwon2015-12-211-1/+1
| | | | | - User profile un/follow - List user's followers/following
* Makefile: Do not fail build on missing lesscAdam Strzelecki2015-12-091-0/+2
| | | | | | | | | | | | | | | This is achieved by adding public/css/gogs.css to special .IGNORE target, which makes inability to generate/update gogs.css non-fatal and not stopping whole build process. User is still notified about missing lessc command though, since inability to update CSS may lead to potential problems: lessc public/less/gogs.less public/css/gogs.css make: lessc: No such file or directory make: [public/css/gogs.css] Error 1 (ignored) More info at: https://www.gnu.org/software/make/manual/html_node/Special-Targets.html
* Makefile: Remove trailing whitespace & add last LFAdam Strzelecki2015-12-011-2/+2
| | | | This is pure cleanup commit.
* Makefile: Auto-build CSS & bin-data when necessaryAdam Strzelecki2015-12-011-3/+14
| | | | | This will ensure that running `make` we will get all necessary files built and we do not need manually remember to rebuild them.
* Makefile: Copy installed binary instead 2nd buildAdam Strzelecki2015-12-011-1/+1
| | | | | This speeds up single build/rebuild rather than install & build which compiles everything twice, we just copy installed binary back to the project root.
* go vet and fix #1890Unknwon2015-11-081-2/+7
|
* add MakefileUnknwon2015-11-031-0/+30