The Wayback Machine - https://web.archive.org/web/20200711031745/https://github.com/topics/build-automation
Skip to content
#

build-automation

Here are 501 public repositories matching this topic...

jualoppaz
jualoppaz commented Nov 20, 2018

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

cake
schettino72
schettino72 commented Jun 29, 2019

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)],
   
matkoch
matkoch commented Apr 2, 2020

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

https://github.com/nuke-build/nuke/blob/b837ba757ec9aa56ada619f7b3602cd95bc529f9/source/Nuke.Common/Tools/GitVersion/GitVersionAttribute.cs#L31-L55

ghost
ghost commented Aug 6, 2019

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

eservent
eservent commented Sep 25, 2019

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

Improve this page

Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.