[Bug 636088] New: errors from gnome-post-receive-email



https://bugzilla.gnome.org/show_bug.cgi?id=636088
  sysadmin | Git | unspecified

           Summary: errors from gnome-post-receive-email
    Classification: Infrastructure
           Product: sysadmin
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: Git
        AssignedTo: sysadmin-maint gnome bugs
        ReportedBy: danw gnome org
         QAContact: sysadmin-maint gnome bugs
      GNOME target: ---
     GNOME version: ---


background: I wanted to release a libsoup 2.32.2 along with 2.91.3, but then I
realized that they would be completely identical other than version number, so
I decided to just erase the old gnome-2-32 branch and rebranch from HEAD.

danw desktop:libsoup (master)> git push origin :gnome-2-32
To ssh://git.gnome.org/git/libsoup
 - [deleted]         gnome-2-32
danw desktop:libsoup (master)> git checkout -b gnome-2-32
Switched to a new branch 'gnome-2-32'
danw desktop:libsoup (gnome-2-32)> git checkout master
Switched to branch 'master'
Your branch is ahead of 'origin/master' by 3 commits.
danw desktop:libsoup (master)> git push --tags origin master gnome-2-32
Counting objects: 23, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 3.14 KiB, done.
Total 15 (delta 11), reused 0 (delta 0)
Traceback (most recent call last):
  File "/home/admin/gitadmin-bin/gnome-post-receive-email", line 903, in ?
    main()
  File "/home/admin/gitadmin-bin/gnome-post-receive-email", line 898, in main
    change.prepare()
  File "/home/admin/gitadmin-bin/gnome-post-receive-email", line 218, in
prepare
    detailed_commit_args.append("^" + all_changes[branch].oldrev)
TypeError: cannot concatenate 'str' and 'NoneType' objects
To ssh://git.gnome.org/git/libsoup
   81d7447..e270b78  master -> master
 * [new branch]      gnome-2-32 -> gnome-2-32
 * [new tag]         LIBSOUP_2_32_2 -> LIBSOUP_2_32_2
danw desktop:libsoup (master)>

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


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