build-automation
Here are 501 public repositories matching this topic...
Description
The bower_components folder is not compiled when angular-i18n dependency is included.
Expected behavior
Brunch should process the bower_components folder and perform the related tasks.
Actual behavior
When I add the angular-i18n package in my bower.json, Brunch ignores the bower_components folder and the vendor files (js and css) are n
-
Updated
Jul 10, 2020
Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.
-
Updated
Jun 15, 2020 - Python
In the Tutorial, under Adding A Runnable Script, the results are the same as the previous section, Adding Python Source Files, except for the timestamp and the runtime of 1 element
-
Updated
Jul 5, 2020 - Java
-
Updated
Jul 10, 2020 - PHP
doit already support Task parameters, but they are not convenient to be used with task-groups.
Example of proposed feature:
from doit import task_param
@task_param({'name':'param1', 'short':'p', 'default':'default value'})
def task_py_params(param1):
for name in ['foo', 'bar']:
yield {
'name': name,
'actions':['echo {}'.format(param1)],
When GitVersion is used with an SSH endpoint, we could warn about that and suggest to set NoFetch = true. For that to work, GitRepository must carry information whether it was parsed from SSH or HTTPS endpoint.
Originally suggested in #388
-
Updated
Jul 10, 2020 - Go
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
Documentation - Faq
Faq page will be added to https://flubucore.dotnetcore.xyz/
If anyone have a proposition about what to add to FAQ page please leave a comment in this issue.
I encountered above message when trying to run buildout on the current head of Zope zopefoundation/Zope@c9871f5
Searching for "unused" in the buildout documentation brought up zero hits.
http://www.buildout.org/en/latest/search.html?q=unused&check_keywords=yes&area=default
Complete message:
Installing requirements.
requirem
-
Updated
Jul 10, 2020 - Python
-
Updated
Aug 13, 2019 - Java
When you click the "Refresh BuildConstants and Apply Defines" it should also set the necessary scenes in the editor's Build Settings.
If an entitlments file was specified this should also be updated with the values from entitlements parameter in the build.gradle file.
-
Updated
May 21, 2020 - PowerShell
-
Updated
Jun 13, 2020 - Objective-C
-
Updated
Jul 10, 2020
The official docs site seems to be out of date. For example, while a document for the PSGalleryScript deployment option was added a year ago, it does not exist in the published docs.
I see we're using RTD for docs hosting, perhaps the link to t
Help Docs
In the documentation: https://dnephin.github.io/dobi/variables.html it says that variables can have default values. When I am building an image I would like dobi to resolve those defaults to their actual value. For example if I run b=1 dobi image/test I would like RUN echo ${evaluate} to print 1 instead of env.b, which is what happens now.
Do
I often happen to help people with the same problem on irc, thus I think it would be nice if this issue was covered in the man pages and in the comments of the default poudriere.conf.
Here is the issue.
If a user defines CCACHE_DIR to be the same on jails with different architectures (tipically i386 and amd64), some builds will be unacceptably long, most probably due to a large amount of cache
-
Updated
Oct 2, 2019 - C
Hello,
I tried to use /bin/terraform-docs.awk to generate documentation with terraform-docs.
An error occured with this variable from provider aws, resource "aws_ecs_service", property "ordered_placement_strategy" :
variable "ordered_placement_strategy" {
type = list(object({
type = string
field = string
}))
description = "Ordered task placement strategy on EC2 inst
We need a policy that can check if tagged commits contain changes to CHANGELOG.md, and if using the conventionalCommits policy, ensure it is up to date and accurate.
-
Updated
Sep 29, 2017 - Batchfile
-
Updated
Apr 23, 2020 - Go
Improve this page
Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-automation topic, visit your repo's landing page and select "manage topics."


the SSE feed should cache repository permissions to reduce database lookups. There are no documented issues of this being a problem, but this sort of performance improvements seems like low hanging fruit.