[ooo-build-commit] .: bin/ooo-pack-sources .gitignore

Petr Mladek pmladek at kemper.freedesktop.org
Thu Sep 9 03:08:45 PDT 2010


 .gitignore           |    6 ++++++
 bin/ooo-pack-sources |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 955ee5e237ea93353a21b90874e211596bb99b48
Author: Petr Mladek <pmladek at walk.suse.cz>
Date:   Thu Sep 9 12:06:31 2010 +0200

    fix ooo-pack-sources to work in ooo-build dir
    
    * bin/ooo-pack-sources: check only the generated tarballs
    * .gitignore: ignore files generated by ooo-pack-sources

diff --git a/.gitignore b/.gitignore
index a285ac1..aa565aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,9 @@ nohup.out
 # generated by config.status
 /patches/dev300/pyuno-ooodir.diff
 /patches/dev300/system-python-uno-path.diff
+
+# generated by ooo-pack-sources
+/archive/
+/.releases
+/ooo-build-*.tar.gz
+/ooo-build-*.tar.bz2
diff --git a/bin/ooo-pack-sources b/bin/ooo-pack-sources
index 239607e..727b16c 100755
--- a/bin/ooo-pack-sources
+++ b/bin/ooo-pack-sources
@@ -356,7 +356,7 @@ sub check_if_already_released($$$$$$)
     check_if_tarball_already_released($ooo_build_tarball, $releases_archive_dir, $force) if ($pack_ooo_build);
 
     if ($pack_ooo_pieces) {
-        foreach my $tarball ( %{$p_piece_tarball} ) {
+        foreach my $tarball ( values %{$p_piece_tarball} ) {
             check_if_tarball_already_released($tarball, $releases_archive_dir, $force);
         }
     }


More information about the ooo-build-commit mailing list