[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Attempting to push a code change to UDD



Hi all,

I'm attempting to push a trivial code change to UDD, and running into an error. I'm attempting to access the git repository per http://wiki.debian.org/Alioth/Git

Here is the error:

➜  scripts git:(master) ✗ git push origin HEAD:master
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 538 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database ./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://paulproteus@git.debian.org/git/collab-qa/udd.git
 ! [remote rejected] HEAD -> master (n/a (unpacker error))
error: failed to push some refs to 'ssh://paulproteus@git.debian.org/git/collab-qa/udd.git'

Perhaps I need to be added to the collab-qa group? This suggests that is needed:

paulproteus@vasks:/git/collab-qa$ ls -ld udd.git
drwxrwsr-x 7 lucas scm_collab-qa 4096 Mar 18 21:12 udd.git

I'm OK with not being added if that is preferable. I have attached the one-line code patch that will decrease the amount of automatic email I receive. (-:

I have tested locally that this really does filter the output I want by using "echo" and the string that is generated; the script now filters that output away.

Thanks, all! Happy to be helping with UDD. As usual, I am reachable on #debian-qa on irc.debian.org as paulproteus.

-- Asheesh.

P.S. Output from some git commands for clarity:

➜  scripts git:(master) ✗ git remote -v
origin	ssh://paulproteus@git.debian.org/git/collab-qa/udd.git (fetch)
origin	ssh://paulproteus@git.debian.org/git/collab-qa/udd.git (push)

Anything else you need, let me know!
From f625e15022175abdb2abb03a51514e0994b34690 Mon Sep 17 00:00:00 2001
From: Asheesh Laroia <asheesh@asheesh.org>
Date: Sat, 6 Jul 2013 19:15:17 -0700
Subject: [PATCH] Add a filter line to minimize noise from upload-history
 action

This line is generated by the Makefile-based process that processes the debian-devel-changes
archives.
---
 scripts/filter-output.rb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/filter-output.rb b/scripts/filter-output.rb
index 0ab4261..45c1553 100755
--- a/scripts/filter-output.rb
+++ b/scripts/filter-output.rb
@@ -7,6 +7,7 @@ LINES = [
   "Can't parse line 66715: /org/lintian.debian.org/root/collection/strings: line 37: strings/./usr/share/doc/HOWTO/it-html/ELF-HOWTO/: Is a directory",
   "Can't parse line 124359: strings: 'unpacked/./usr/share/man/man3/Lire': No such file",
   'Duplicated key in language es:  gedit-plugins debian main squeeze 2.22.5-1 Conjunto de complementos de gedit 5edb9235bd149de240234eeb4065cff7',
+  './munge_ddc.py /srv/udd.debian.org/email-archives/debian-devel-changes/debian-devel-changes.current > debian-devel-changes.current.out',
   /illegal package name Package: /,
   /Skipping upload: /,
   /Can't parse line .* Use of uninitialized value in split at/,
-- 
1.7.10.4


Reply to: