معرفی شرکت ها


dco-org-check-0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Script to check a GitHub org for commits without a DCO signoff that should have one.
ویژگی مقدار
سیستم عامل -
نام فایل dco-org-check-0.2
نام dco-org-check
نسخه کتابخانه 0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده John Mertic
ایمیل نویسنده jmertic@gmail.com
آدرس صفحه اصلی https://github.com/jmertic/dco-org-check
آدرس اینترنتی https://pypi.org/project/dco-org-check/
مجوز -
# DCO org check Script to check a GitHub org for commits without a DCO signoff that should have one. Loads config file ( defaults to dco_org_check.yaml, or specify at the command line after -c ) for credentials ## Config file options ( set argument is the default if not specified ) ```yaml # GitHub access token ( required ) token: # Github org name ( required ) org: # name of csvfile csvfile: dco_issues.csv # list of directory names where previous commit signoffs are in the repo dco_signoffs_directories: - dco-signoffs # set to 1 if you want to have the script create the previous commits signoff files create_prior_commits_file: 1 # directory where to store the prior commits files create_prior_commits_dir: dco-signoffs # list of repos to ignore when scanning ignore_repos: - repo1 - repo2 - ... # list of repos to only look at when scanning only_repos: - repo1 - repo2 - ... ``` ## Useful tools to make doing DCO signoffs easier There are a number of great tools out there to manage DCO signoffs for developers to make it much easier to do signoffs. - DCO command line tool, which let's you do a single signoff for an entire repo ( https://github.com/coderanger/dco ) - GitHub UI integrations for adding the signoff automatically ( https://github.com/scottrigby/dco-gh-ui ) - Chrome - https://chrome.google.com/webstore/detail/dco-github-ui/onhgmjhnaeipfgacbglaphlmllkpoijo - Firefox - https://addons.mozilla.org/en-US/firefox/addon/scott-rigby/?src=search SPDX-License-Identifier: Apache-2.0


نحوه نصب


نصب پکیج whl dco-org-check-0.2:

    pip install dco-org-check-0.2.whl


نصب پکیج tar.gz dco-org-check-0.2:

    pip install dco-org-check-0.2.tar.gz