mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-30 07:13:05 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1230cabc6 | ||
|
|
411f5f3467 |
@@ -128,7 +128,7 @@ find . -name "*~" -exec rm {} \;
|
||||
find . -name "__py*__" -exec rm -rf {} \;
|
||||
|
||||
|
||||
if [ "$offline" != "" ]; then
|
||||
if [ "$offline" != "1" ]; then
|
||||
echo "Creating CHANGELOG.rst..."
|
||||
"$(dirname "$0")/changelog" --galaxy > CHANGELOG.rst
|
||||
echo -e "\033[ACreating CHANGELOG.rst... \033[32;1mDONE\033[0m"
|
||||
|
||||
Reference in New Issue
Block a user