Skip to content

bash-completion: Add version 2.3 #16

Merged
merged 2 commits into from
Jul 8, 2016
Merged

bash-completion: Add version 2.3 #16

merged 2 commits into from
Jul 8, 2016

Commits on Jun 20, 2016

  1. bash-completion: Add version 2.3

    > Programmable completion functions for bash [1]
    
    ```
    > bee init https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz
    creating bash-completion-2.3-0.bee from template '/etc/default/bee/templates/fallback'
    ```
    
    There is a conflict with the package `util-linux`.
    
    ```
    […]
    [BEE] -> saving bee-file bash-completion-2.3-0.bee ..
    [BEE] /src/mariux/beeroot/bee-files/bash-completion-2.3-0.bee
    ‘/home/pmenzel/bee-files/./bash-completion-2.3-0.bee’ -> ‘/src/mariux/beeroot/bee-files/bash-completion-2.3-0.bee’
    [BEE] Conflicts with installed package found: util-linux-2.28-0.x86_64:
    [BEE]     /usr/share/bash-completion/completions/mount
    [BEE]     /usr/share/bash-completion/completions/umount
    [BEE]  -> saving build environment..
    [BEE] /src/mariux/beeroot/build-archives/bash-completion-2.3-0.x86_64.beebuild.tar.bz2
    […]
    ```
    
    [1] https://github.com/scop/bash-completion
    pmenzel committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    26bfae4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. bash-completion-2.3-1: remove scripts conflicting with util-linux

    /usr/share/bash-completion/completions/mount and
    /usr/share/bash-completion/completions/umount
    would conflict with files with the same name (and apparently function)
    from util-linux-2.28-0
    
    rebuild with new revision number and switch to versionless bee file
    donald committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    d17f7ef View commit details
    Browse the repository at this point in the history