Commit 0842842d732eb0f6be6814a5b0b82936c39f8f16
1 parent
686dcb71
Exists in
automates_core_packing
Fixing diff error and project repo
Signed-off-by: Alessandro Caetano <alessandro.caetanob@gmail.com>
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
src/Makefile
... | ... | @@ -39,7 +39,6 @@ release_plugins: |
39 | 39 | pkg-rpm/colab-spb-theme/colab-spb-theme.spec \ |
40 | 40 | pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec \ |
41 | 41 | pkg-rpm/noosfero-spb/noosfero-spb.spec |
42 | - git diff | |
43 | 42 | |
44 | 43 | echo "SPB release $(VERSION)" > .commit_template; \ |
45 | 44 | git commit * --file .commit_template; \ | ... | ... |