1. 07 Mar, 2014 1 commit
    • Fix rpm_key on system with no gpg keys imported · a45bfbe0
      Without the -a option, rpm command will fail (exit code 1) and execute_command() will fail causing an initial key import to not work.
      
      [root@test ~]# rpm -q gpg-pubkey
      package gpg-pubkey is not installed
      [root@test ~]# echo $?
      1
      [root@test ~]# rpm -qa gpg-pubkey
      [root@test ~]# echo $?
      0
      aresch committed
  2. 06 Mar, 2014 2 commits
  3. 05 Mar, 2014 14 commits
  4. 04 Mar, 2014 21 commits
  5. 03 Mar, 2014 2 commits