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

Apport has 12 active reviews. See all merge proposals.

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

Other repositories

Name Last Modified
lp:apport 2023-10-17
lp:~bdrung/apport 2023-09-04
lp:~ubuntu-bugcontrol/apport/+git/ubuntu-bugpatterns 2023-08-14
lp:~seb128/apport 2023-04-03
lp:~ubuntu-dev/apport/+git/apport-symptoms 2022-11-16
lp:~apport-hackers/apport/+git/apport-old 2022-06-09
lp:~mdeslaur/apport 2022-05-18
lp:~bdrung/apport/+git/retrace-debian 2022-04-22
18 of 8 results
You can't create new repositories for Apport.