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,7 +39,6 @@ release_plugins: | ||
39 | pkg-rpm/colab-spb-theme/colab-spb-theme.spec \ | 39 | pkg-rpm/colab-spb-theme/colab-spb-theme.spec \ |
40 | pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec \ | 40 | pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec \ |
41 | pkg-rpm/noosfero-spb/noosfero-spb.spec | 41 | pkg-rpm/noosfero-spb/noosfero-spb.spec |
42 | - git diff | ||
43 | 42 | ||
44 | echo "SPB release $(VERSION)" > .commit_template; \ | 43 | echo "SPB release $(VERSION)" > .commit_template; \ |
45 | git commit * --file .commit_template; \ | 44 | git commit * --file .commit_template; \ |
src/pkg-rpm/Makefile
1 | OBSPROJECT = isv:spb:devel | 1 | OBSPROJECT = isv:spb:devel |
2 | -COPR_PROJECT = ricardogtx/Teste | 2 | +COPR_PROJECT = softwarepublico/v5 |
3 | LOCAL_BUILD_DIR = $(CURDIR)/build | 3 | LOCAL_BUILD_DIR = $(CURDIR)/build |
4 | 4 | ||
5 | # Vagrant environment does not accept links from/to shared folder | 5 | # Vagrant environment does not accept links from/to shared folder |