-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Refactoring of the makefile #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
fixme: | ||
grep -rnw "FIXME" routers models modules | ||
.IGNORE: public/js/gogs.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is gogs.js for now, until someone updates the frontend? Right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Really solid |
LGTM |
Current coverage is 2.18% (diff: 0.00%)@@ master #69 diff @@
========================================
Files 31 31
Lines 7508 7508
Methods 0 0
Messages 0 0
Branches 0 0
========================================
Hits 164 164
Misses 7327 7327
Partials 17 17
|
Wow !!!!!!! simply awesome @tboerger |
LGTM |
Rebased on latest master |
LGTM |
*.db | ||
*.log | ||
log/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why skip this? (though it should be /log
if anything ^.^)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
I will create a followup PR for templates and public bindata and than also for Drone. |
…or)", replaced with custom name
I have refactored the makefile like I'm already using for other projects. It's prepared for cross-compiling Gitea for various platforms, you can see a list of the resulting binaries below. So what's next? Next steps will be the integration of
public
andtemplates
into the binary and enabling Drone CI instead of Travis to directly provide publishing functionalities.I have alredy opened this pull request to gather early feedback on my proposed changes.