lp:apport

Get this repository:
git clone https://git.not.enabled/apport

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/canonical/apport.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 50 seconds — see the log

Branches

Name Last Modified Last Commit
main 2023-10-17 10:40:38 UTC
bash-completion: Do not use ls in completion

Author: Benjamin Drung
Author Date: 2023-09-19 12:10:03 UTC

bash-completion: Do not use ls in completion

Users might set aliases for ls breaking the bash completion:

```
alias ls='ls -N --color=yes --time-style=long-iso'
apport-bug <tab>
```

Shellcheck also complains about it:

```
shellcheck -S error -s bash data/bash-completion/{apport-bug,apport-collect,apport-unpack}

In data/bash-completion/apport-bug line 8:
        for FILE in $(ls /usr/share/apport/symptoms); do
                    ^-- SC2045 (error): Iterating over ls output is fragile. Use globs.

For more information:
  https://www.shellcheck.net/wiki/SC2045 -- Iterating over ls output is fragi...
```

Ubuntu-Bug: https://launchpad.net/bugs/1850804
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>

11 of 1 result
This repository contains Public information 
Everyone can see this information.