Skip to content

Commit

Permalink
devtools: add frontends for pip-tools
Browse files Browse the repository at this point in the history
this patch adds frontend symlinks for the tools in devtools/pip-tools to
the devtools directory.
It also add a very brief description for pip-tools in README.md
  • Loading branch information
arogge committed Apr 23, 2021
1 parent 04031f5 commit 9d6b59a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .check-sources-ignore
Expand Up @@ -5,6 +5,7 @@ core/src/ndmp/*.c
core/src/ndmp/*.h
core/src/stored/crc32
debian/control
devtools/pip-tools/check_sources.egg-info/*
webui/vendor
webui/module/Application/language
webui/public/js/*.min.*
Expand Down
4 changes: 4 additions & 0 deletions devtools/README.md
Expand Up @@ -13,3 +13,7 @@ Script to find common link references in CHANGELOG.md (i.e. versions and bugs) a
## `new-changelog-release.sh`

Update the changelog when a release is made. Will either add a new "Unreleased" chapter in the changelog or replace an existing one with a provided version number and release-date.

## tools in pip-tools

There are several tools in the pip-tools directory that have frontends installed here. See the pip-tools directory for more details.
1 change: 1 addition & 0 deletions devtools/add-copyright-header
1 change: 1 addition & 0 deletions devtools/bareos-check-sources
1 change: 1 addition & 0 deletions devtools/black
1 change: 1 addition & 0 deletions devtools/clang-format
1 change: 1 addition & 0 deletions devtools/cmake-format
1 change: 1 addition & 0 deletions devtools/cmake-lint

0 comments on commit 9d6b59a

Please sign in to comment.