Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test rpm-signing #1151

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft

Test rpm-signing #1151

wants to merge 33 commits into from

Commits on May 10, 2024

  1. Test rpm-signing

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 10, 2024
    Configuration menu
    Copy the full SHA
    20f274e View commit details
    Browse the repository at this point in the history
  2. Correction - syntax

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f794f25 View commit details
    Browse the repository at this point in the history
  3. Debugging stmt

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 10, 2024
    Configuration menu
    Copy the full SHA
    babc448 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. signing-pass-phrase

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3c98848 View commit details
    Browse the repository at this point in the history
  2. debug- signing script

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c80781f View commit details
    Browse the repository at this point in the history
  3. debug stmt to know signign script

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    236199c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. add debugging stmt for signing script

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    68518f0 View commit details
    Browse the repository at this point in the history
  2. add debugging stmt for signing script - fix syntax

    Signed-off-by: poorndm <[email protected]>
    poorndm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6c8a8a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. rpm-signing - test-keys

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0c2ed20 View commit details
    Browse the repository at this point in the history
  2. rpm-signing - test-keys

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    706d768 View commit details
    Browse the repository at this point in the history
  3. syntax correction

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0ec298f View commit details
    Browse the repository at this point in the history
  4. modified to import gpg-key

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d7733ec View commit details
    Browse the repository at this point in the history
  5. syntax correction

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7c70818 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. update rpm-sign cmd to test el-7

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aa3ffb4 View commit details
    Browse the repository at this point in the history
  2. modify rpm-sign cmd

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b1c91b2 View commit details
    Browse the repository at this point in the history
  3. modified rpm-sign cmd

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    79a9ed0 View commit details
    Browse the repository at this point in the history
  4. syntax correction

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    70a5096 View commit details
    Browse the repository at this point in the history
  5. modify rpm-sign cmd to sign as SHA-256

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    94962bc View commit details
    Browse the repository at this point in the history
  6. modify rpm macro to use SHA-256

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8664920 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. modify algorithm-256

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6ce8fcf View commit details
    Browse the repository at this point in the history
  2. add debug stmt to cat rpm-macro

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    002dfe6 View commit details
    Browse the repository at this point in the history
  3. syntax correction

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    91a2ea1 View commit details
    Browse the repository at this point in the history
  4. syntax correction

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    621c9c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. update rpmmacros.erb to use SHA-256

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    96ea5e9 View commit details
    Browse the repository at this point in the history
  2. update rpmmacros.erb to use SHA-256

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a6423c4 View commit details
    Browse the repository at this point in the history
  3. Pin ffi and public_suffix gem

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    649b82e View commit details
    Browse the repository at this point in the history
  4. update gemspec to fix the issue

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d5f1508 View commit details
    Browse the repository at this point in the history
  5. update gemspec to fix the issue

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d5b8c51 View commit details
    Browse the repository at this point in the history
  6. modify gemspec to fix gem error specific to ruby-version

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8918ace View commit details
    Browse the repository at this point in the history
  7. modify gemspec-public_suffix

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    18e6381 View commit details
    Browse the repository at this point in the history
  8. remove ruby-2.7 from verifypipeline

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8474a25 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. update rpm-sign_cmd

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b01e5b7 View commit details
    Browse the repository at this point in the history
  2. fix syntax error

    Signed-off-by: poorndm <[email protected]>
    poorndm committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b1787cd View commit details
    Browse the repository at this point in the history