Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • poezio poezio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 178
    • Issues 178
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poezio
  • poeziopoezio
  • Issues
  • #2933

Closed
Open
Created Jan 19, 2015 by Administrator@root

[Regression] Bug #2545: exec_command stdout and stderr

The issue http://dev.louiz.org/issues/2545 is back again.

To fix it again only require to change:

    subprocess.call(self.command)

by:

    subprocess.call(self.command, stdout=stdout, stderr=DEVNULL)

in daemon.py (This line was lost somewhere in the passage to slixmpp).

PS: I'm using the git package on archlinux.

  • Changesets:
    • Revision c580840d by louiz on 2015-01-19T16:50:05Z:
Properly ignore stderr and redirect stdout when execute a command

fix #2933
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking