houston icon indicating copy to clipboard operation
houston copied to clipboard

Internal error if repo does not include debian control file

Open btkostner opened this issue 5 years ago • 0 comments

An internal error occures when we try to build a repo without a debian control file. This should be a written out friendly error instead.

{
  name: 'Log',
  level: 3,
  title: 'Internal error while running',
  body: undefined,
  error: {
    Error: ENOENT: no such file or directory, open '/tmp/houston/c1ecf6a3-df82-4291-aefe-3bc2c02f9b37/dirty/debian/control'
    errno: -2,
    code: 'ENOENT',
    syscall: 'open',
    path: '/tmp/houston/c1ecf6a3-df82-4291-aefe-3bc2c02f9b37/dirty/debian/control'
  },
  githubId: XXX
}

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

btkostner avatar Oct 19 '18 03:10 btkostner