- Joined on Nov 22, 2021
ano pushed to master at ano/mvoCI
-
8b449d4e2f Merge branch 'master' into master
-
287ca70f1a style: better aligned dl/dd
-
a0e8b2b02d web: retry creating build-directory
-
dcdaef1468 web: ACL bug on zip download fixed; added random suffix to build-directories (fixes #17)
-
1ce530e82c go-mod: updated dependencies
- Compare 15 commits »
6 months ago
ano commented on issue snaums/mvoCI#17
fatal: destination path 'repo/...' already exists and is not an empty directory.Yes, it would be nice to check that directory exists and delay build process. Add random value is bad decision IMHO.
7 months ago
ano opened issue snaums/mvoCI#17
fatal: destination path 'repo/...' already exists and is not an empty directory.7 months ago
ano commented on issue snaums/mvoCI#16
How to give permissions to view build logsI tried to make build logs of public repositories visible for all registered users but with no luck. Attached patch does not work.
7 months ago
ano commented on issue snaums/mvoCI#16
How to give permissions to view build logs(2) looks good to me... for the shinig future :-) At least I would implement the simplest thing: all users can view public repos. I'll see the code and try to make patch.
7 months ago
ano commented on issue snaums/mvoCI#13
All links must be relativeJust wild thing: use relative links and make URL from URI in copyToClipboard JS function. Pros? Cons?
7 months ago
ano commented on issue snaums/mvoCI#13
All links must be relativenginx can rewrite headers by ```proxy_set_header``` but how to deal with scheme (http/https)? I don't need https in local net.
7 months ago
ano commented on issue snaums/mvoCI#14
Environment of the mvoBuild.shPull request sent. Thank you!
7 months ago
ano pushed to master at ano/mvoCI
-
f220053d59 Add environment variables for build script
7 months ago
ano commented on issue snaums/mvoCI#14
Environment of the mvoBuild.shAbout (2) In gitlab there is possible to set variables for gitlab-runner. GET args for webhook is a way to do something like that. In other words it is a build parameters which I can set in gitea.
7 months ago
ano commented on issue snaums/mvoCI#13
All links must be relativeI have nginx as a proxy: ``` server { server_name mvo.site.ru; listen 4042 ssl; ssl_stapling off; ssl_protocols TLSv1 TLSv1.1…
7 months ago
ano commented on issue snaums/mvoCI#14
Environment of the mvoBuild.shHow to make my own branch, push there and create pull request?
7 months ago