GithubHelp home page GithubHelp logo

isabella232 / common-files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from istio/common-files

0.0 0.0 0.0 617 KB

Contains build files shared by many Istio repos.

License: Apache License 2.0

Makefile 18.39% Shell 80.95% Ruby 0.66%

common-files's Introduction

Common Files

This repository contains build-related files used by several Istio repos.

Within repos that use files from this repo, just run make update-common or make update-common-protos to grab the latest versions of the files from the files/common or common-protos directories, respectively. In addition to copying the latest versions of the files from this repo, the make commands will also update the .commonfiles.sha file within their respective directories to contain the SHA representing the exact set of common files copied into the repo.

Makefile Tab Completion

The default bash-completion for make does not look for files called anything other than Makefile. Add the following to your bash profile to see all make targets provided by this repo and the repos that use it.

complete -W "\`find . -iname \"?akefil*\" | xargs -I {} grep -hoE '^[a-zA-Z0-9_.-]+:([^=]|$)' {} | sed 's/[^a-zA-Z0-9_.-]*$//' | sort -u\`" make

common-files's People

Contributors

bianpengyuan avatar bison avatar brian-avery avatar clarketm avatar ericvn avatar frankbu avatar gargnupur avatar geeknoid avatar howardjohn avatar istio-testing avatar ixdy avatar jasonwzm avatar jingzhao123 avatar johnma14 avatar justinpettit avatar jwendell avatar nikolay-pshenichny avatar nmittler avatar ostromart avatar ozevren avatar rcernich avatar rlenglet avatar sataqiu avatar sbezverk avatar sdake avatar stevenctl avatar su225 avatar tbarrella avatar xanderstrike avatar xunholy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.