Skip to content
Snippets Groups Projects

Cleanup tools

Merged Kristian Klausen requested to merge klausenbusk/infrastructure:tools-cleanup into master
All threads resolved!

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Removed all the deleted packages (expect :: removing psmisc breaks dependency 'psmisc' required by base) from build and gemini:

    [root@gemini ~]# pacman -Qe | wc
         98     196    1733
    [root@gemini ~]# pacman -Rsn lsof nethogs iftop mtr sshfs dfc tree dstat dmidecode net-tools ncdu nmap sysstat iptraf-ng screen tcpdump glances cloud-utils colordiff multitail httpie the_silver_searcher ripgrep ipcalc calc wget neovim python-pynvim parallel socat pv ccze rxvt-unicode-terminfo setconf bat hexyl stow fzf fasd ranger vifm perl-term-readkey
    [root@gemini ~]# pacman -Qe | wc
         57     114    1076
    [root@build ~]# pacman -Qe | wc
        107     214    1804
    [root@build ~]# pacman -Rsn lsof nethogs iftop mtr sshfs dfc tree dstat dmidecode net-tools ncdu nmap sysstat iptraf-ng screen tcpdump glances cloud-utils colordiff multitail httpie the_silver_searcher ripgrep ipcalc calc wget neovim python-pynvim parallel socat pv ccze rxvt-unicode-terminfo setconf bat hexyl stow fzf fasd ranger vifm perl-term-readkey 
    [root@build ~]# pacman -Qe | wc
         66     132    1147
  • Evangelos Foutras
  • Evangelos Foutras
  • Kristian Klausen added 49 commits

    added 49 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • The old tools has been removed on all the servers with (~95 packages on most servers):

    $ ansible '!borg_hosts,!build.archlinux.org,!gemini.archlinux.org' -f15 -a "pacman -Rsn --noconfirm zsh colordiff multitail httpie the_silver_searcher ripgrep ipcalc calc wget neovim python-pynvim parallel socat pv ccze rxvt-unicode-terminfo p7zip unzip setconf zsh fish bat hexyl stow fzf fasd ranger vifm perl-term-readkey lsof nethogs iftop mtr sshfs dfc tree dstat dmidecode net-tools ncdu nmap sysstat iptraf-ng screen tcpdump glances cloud-utils git bash-completion"
    $ ansible '!borg_hosts,!build.archlinux.org,!gemini.archlinux.org' -f15 -a 'pacman -Rsn --noconfirm $(comm -12 <(echo "zsh colordiff multitail httpie the_silver_searcher ripgrep ipcalc calc wget neovim python-pynvim parallel socat pv ccze rxvt-unicode-terminfo p7zip unzip setconf zsh fish bat hexyl stow fzf fasd ranger vifm perl-term-readkey lsof nethogs iftop mtr sshfs dfc tree dstat dmidecode net-tools ncdu nmap sysstat iptraf-ng screen tcpdump glances cloud-utils git bash-completion" | tr " " "\n" | sort) <(pacman -Qq | sort))'
    Edited by Kristian Klausen
  • Kristian Klausen added 6 commits

    added 6 commits

    Compare with previous version

  • Kristian Klausen added 2 commits

    added 2 commits

    Compare with previous version

  • Kristian Klausen added 2 commits

    added 2 commits

    Compare with previous version

  • Kristian Klausen resolved all threads

    resolved all threads

  • mentioned in commit 520f2b65

  • Please register or sign in to reply
    Loading