[SCM] eclipse - Powerful IDE written in java - Debian package. branch, upstream, updated. 9a40a5ea0161502dd10463d0e58f2558d68bcd10

Benjamin Drung bdrung-guest at alioth.debian.org
Thu Feb 25 10:06:32 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, upstream has been updated
       via  9a40a5ea0161502dd10463d0e58f2558d68bcd10 (commit)
      from  386084da34b8a5f472f531a20b4358b005f3b7ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    4 ++++
 pdebuild/eclipse-pdebuild.sh |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1b0c1a0..01c3b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-25  Alexander Kurtakov  <akurtako at redhat.com>
+
+	* pdebuild/eclipse-pdebuild.sh: Add exit 1 on unknown option.
+
 2010-02-22  Andrew Overholt  <overholt at redhat.com>
 
 	Bug #294557
diff --git a/pdebuild/eclipse-pdebuild.sh b/pdebuild/eclipse-pdebuild.sh
index 85cbd51..71cc3be 100755
--- a/pdebuild/eclipse-pdebuild.sh
+++ b/pdebuild/eclipse-pdebuild.sh
@@ -178,7 +178,7 @@ do
              ;;
          ?)
              usage
-             exit
+             exit 1
              ;;
      esac
 done


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list