Christian Glombek
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Cloud SIG OKD RPM working doc Notes on building and maintaining the Cloud SIG rpms for OKD. Build Targets: - c9s-sig-cloud-okd-4.13 - c9s-sig-cloud-okd-4.14 Requires: - https://git.centos.org/centos-git-common checked out in $PATH - `centos-packager` RPM installed - Run through https://sigs.centos.org/guide/cbs/ to add required permissions to your user ## RPM table | Package | Repo Branches | Build Target | Build Tags | | -------- | -------- | -------- | -------- | | centos-release-cloud ✅ | c9s-sig-cloud | extras9s-extras-common-el9s | extras9s-extras-common-{candidate,testing,release} | | centos-release-okd-<VERSION> ✅ | c9s-sig-cloud-okd-<VERSION> | extras9s-extras-common-el9s | extras9s-extras-common-{candidate,testing,release} | | capnproto ✅ | c9s-sig-cloud | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | conmon-rs ✅ | c9s-sig-cloud | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | cri-tools ✅ | c9s-sig-cloud-okd-<VERSION> | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | cri-o ✅ | c9s-sig-cloud-okd-<VERSION> | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | golang-github-akavel-rsrc ✅ | c9s-sig-cloud | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | golang-github-josephspurrier-goversioninfo ✅ | c9s-sig-cloud | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | openshift-clients ✅ | c9s-sig-cloud-okd-<VERSION> | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | | openshift-hyperkube | c9s-sig-cloud-okd-<VERSION> | cloud9s-okd-<VERSION>-el9s | cloud9s-okd-<VERSION>-{candidate,testing,release} | ## SOP ```bash= # RPM spec and sources upload sha512sum --tag <SOURCE>.tar.gz >> sources echo "/<SOURCE>.tar.gz" >> .gitignore lookaside_upload_sig -f <SOURCE>.tar.gz -n <pkg_name> # Koji build cbs list-permissions --mine for level in candidate testing release ; do cbs add-pkg --owner=<FAS_NAME> cloud9s-okd-<VERSION>-${level} <pkg_name> done cbs build <TARGET> git+https://git.centos.org/rpms/<pkg_name>.git#<commit_hash> for level in testing release ; do cbs tag-build cloud9s-okd-<VERSION>-${level} <pkg_nvr> done ``` ### https://git.centos.org/rpms/centos-release-cloud/tree/c9s-sig-cloud ```bash= cbs add-pkg --owner=lorbus extras9s-extras-common-candidate centos-release-cloud cbs add-pkg --owner=lorbus extras9s-extras-common-testing centos-release-cloud cbs add-pkg --owner=lorbus extras9s-extras-common-release centos-release-cloud cbs build --scratch extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-cloud.git#aaff59fa3821fa08b8c24d6a4ed4ee994d618c1c cbs build extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-cloud.git#aaff59fa3821fa08b8c24d6a4ed4ee994d618c1c cbs tag-build extras9s-extras-common-candidate centos-release-cloud-1-1.el9s cbs tag-build extras9s-extras-common-testing centos-release-cloud-1-1.el9s cbs tag-build extras9s-extras-common-release centos-release-cloud-1-1.el9s ``` ### centos-release-openstack - https://git.centos.org/rpms/centos-release-openstack/pull-request/4 - https://git.centos.org/rpms/centos-release-openstack/pull-request/5 - https://git.centos.org/rpms/centos-release-openstack/pull-request/6 ### https://git.centos.org/rpms/centos-release-okd ```bash= cbs add-pkg --owner=lorbus extras9s-extras-common-candidate centos-release-okd cbs add-pkg --owner=lorbus extras9s-extras-common-testing centos-release-okd cbs add-pkg --owner=lorbus extras9s-extras-common-release centos-release-okd cbs add-pkg --owner=lorbus extras9s-extras-common-candidate centos-release-okd-4.13 cbs add-pkg --owner=lorbus extras9s-extras-common-testing centos-release-okd-4.13 cbs add-pkg --owner=lorbus extras9s-extras-common-release centos-release-okd-4.13 cbs add-pkg --owner=lorbus extras9s-extras-common-candidate centos-release-okd-4.14 cbs add-pkg --owner=lorbus extras9s-extras-common-testing centos-release-okd-4.14 cbs add-pkg --owner=lorbus extras9s-extras-common-release centos-release-okd-4.14 cbs build --scratch extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-okd.git#0bf80f8fca338d3ee1b5bd00fb4ec7a03243e658 cbs build extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-okd.git#0bf80f8fca338d3ee1b5bd00fb4ec7a03243e658 cbs tag-build extras9s-extras-common-testing centos-release-okd-4.13-1-1.el9s cbs tag-build extras9s-extras-common-release centos-release-okd-4.13-1-1.el9s cbs build --scratch extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-okd.git#8bda180da64f0dbf4bbdcfed10010daaefb50557 cbs build extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-okd.git#8bda180da64f0dbf4bbdcfed10010daaefb50557 cbs tag-build extras9s-extras-common-testing centos-release-okd-4.14-1-1.el9s cbs tag-build extras9s-extras-common-release centos-release-okd-4.14-1-1.el9s ``` ### https://git.centos.org/rpms/capnproto ```bash= cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate capnproto cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing capnproto cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release capnproto cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate capnproto cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing capnproto cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release capnproto cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/capnproto.git#c05808ae5afabe6f087fcb082db018edabac2571 cbs tag-build cloud9s-okd-4.13-testing capnproto-0.10.4-1.el9s cbs tag-build cloud9s-okd-4.13-release capnproto-0.10.4-1.el9s cbs tag-build cloud9s-okd-4.14-candidate capnproto-0.10.4-1.el9s cbs tag-build cloud9s-okd-4.14-testing capnproto-0.10.4-1.el9s cbs tag-build cloud9s-okd-4.14-release capnproto-0.10.4-1.el9s ``` ### https://git.centos.org/rpms/conmon-rs ```bash= cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate conmon-rs cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing conmon-rs cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release conmon-rs cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate conmon-rs cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing conmon-rs cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release conmon-rs git checkout c9s-sig-cloud lookaside_upload_sig -f conmon-rs-0.5.1.tar.gz -n conmon-rs lookaside_upload_sig -f conmonrs-v0.5.1-vendor.tar.gz -n conmon-rs sha512sum --tag conmon-rs-0.5.1.tar.gz > sources sha512sum --tag conmonrs-v0.5.1-vendor.tar.gz >> sources # update specfile, commit and push cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/conmon-rs.git#070ba9e0ee79144b3a8ae1fe605c8ce561581c43 cbs tag-build cloud9s-okd-4.13-testing conmon-rs-0.5.1-1.el9s cbs tag-build cloud9s-okd-4.13-release conmon-rs-0.5.1-1.el9s cbs tag-build cloud9s-okd-4.14-candidate conmon-rs-0.5.1-1.el9s cbs tag-build cloud9s-okd-4.14-testing conmon-rs-0.5.1-1.el9s cbs tag-build cloud9s-okd-4.14-release conmon-rs-0.5.1-1.el9s for level in candidate testing release ; do cbs add-pkg --owner=lorbus cloud9s-okd-4.15-${level} conmon-rs cbs add-pkg --owner=lorbus cloud9s-okd-4.16-${level} conmon-rs done for level in candidate testing release ; do cbs tag-build cloud9s-okd-4.15-${level} conmon-rs-0.5.1-1.el9s cbs tag-build cloud9s-okd-4.16-${level} conmon-rs-0.5.1-1.el9s done ``` ### https://git.centos.org/rpms/cri-o ```bash= cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate cri-o cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing cri-o cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release cri-o cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate cri-o cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing cri-o cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release cri-o git checkout c9s-sig-cloud-okd-4.13 sha512sum --tag cri-o-1.26.3.tar.gz > sources lookaside_upload_sig -f cri-o-1.26.3.tar.gz -n cri-o # update specfile, commit and push cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/cri-o.git#f86f3ef6c9a2b61e0a55b131e32b28812b8923b9 cbs tag-build cloud9s-okd-4.13-testing cri-o-1.26.4-1.el9s cbs tag-build cloud9s-okd-4.13-release cri-o-1.26.4-1.el9s git checkout c9s-sig-cloud-okd-4.14 sha512sum --tag cri-o-1.27.1.tar.gz > sources lookaside_upload_sig -f cri-o-1.27.1.tar.gz -n cri-o # update specfile, commit and push cbs build cloud9s-okd-4.14-el9s git+https://git.centos.org/rpms/cri-o.git#fd1da25e9e7f09bbac54eb599998d7e18eb17a86 cbs tag-build cloud9s-okd-4.14-testing cri-o-1.27.1-1.el9s cbs tag-build cloud9s-okd-4.14-release cri-o-1.27.1-1.el9s for level in candidate testing release ; do cbs add-pkg --owner=lorbus cloud9s-okd-4.15-${level} cri-o cbs add-pkg --owner=lorbus cloud9s-okd-4.16-${level} cri-o done git checkout c9s-sig-cloud-okd-4.15 sha512sum --tag cri-o-1.28.1.tar.gz > sources lookaside_upload_sig -f cri-o-1.28.1.tar.gz -n cri-o # update specfile, commit and push git push centos c9s-sig-cloud-okd-4.15 cbs build cloud9s-okd-4.15-el9s git+https://git.centos.org/rpms/cri-o.git#79cf7acf67a3088eb66db106359c6118a9f6db6e for level in candidate testing release ; do cbs tag-build cloud9s-okd-4.15-${level} cri-o-1.28.1-1.el9s cbs tag-build cloud9s-okd-4.16-${level} cri-o-1.28.1-1.el9s done cbs build cloud9s-okd-4.15-el9s git+https://git.centos.org/rpms/cri-o.git#a44d0f2a166a67ebd83a07730c994a611702eed8 for level in candidate testing release ; do cbs tag-build cloud9s-okd-4.15-${level} cri-o-1.28.2-1.el9s cbs tag-build cloud9s-okd-4.16-${level} cri-o-1.28.2-1.el9s done for level in candidate testing release ; do cbs tag-build cloud9s-okd-4.14-${level} cri-o-1.27.2-1.el9s done ``` ### https://git.centos.org/rpms/cri-tools ```bash= cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate cri-tools cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing cri-tools cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release cri-tools cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate cri-tools cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing cri-tools cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release cri-tools git checkout c9s-sig-cloud-okd-4.13 sha512sum --tag cri-tools-1.26.1.tar.gz > sources lookaside_upload_sig -f cri-tools-1.26.1.tar.gz -n cri-tools git push centos c9s-sig-cloud-okd-4.13 # commit and push cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/cri-tools.git#99d2b5af298435e07d820cd51630d6b72c6aff3c cbs tag-build cloud9s-okd-4.13-testing cri-tools-1.26.1-1.el9s cbs tag-build cloud9s-okd-4.13-release cri-tools-1.26.1-1.el9s cbs tag-build cloud9s-okd-4.14-candidate cri-tools-1.26.1-1.el9s cbs tag-build cloud9s-okd-4.14-testing cri-tools-1.26.1-1.el9s cbs tag-build cloud9s-okd-4.14-release cri-tools-1.26.1-1.el9s git checkout c9s-sig-cloud-okd-4.14 sha512sum --tag cri-tools-1.27.0.tar.gz > sources lookaside_upload_sig -f cri-tools-1.27.0.tar.gz -n cri-tools git push centos c9s-sig-cloud-okd-4.14 cbs build cloud9s-okd-4.14-el9s git+https://git.centos.org/rpms/cri-tools.git#e717144e035ac24805568dff001ebc43ec9cde5b # Only tag cri-tools 1.27 into 4.14-testing, not into 4.14-release yet cbs tag-build cloud9s-okd-4.14-testing cri-tools-1.27.0-1.el9s cbs tag-build cloud9s-okd-4.14-release cri-tools-1.27.0-1.el9s sha512sum --tag cri-tools-1.27.1.tar.gz >> sources lookaside_upload_sig -f cri-tools-1.27.1.tar.gz -n cri-tools # update spec and commit git push centos c9s-sig-cloud-okd-4.14 cbs build --scratch cloud9s-okd-4.14-el9s git+https://git.centos.org/rpms/cri-tools.git#fb6a2252a8bf2071438e9d851046b6238b75cddf cbs build cloud9s-okd-4.14-el9s git+https://git.centos.org/rpms/cri-tools.git#fb6a2252a8bf2071438e9d851046b6238b75cddf for level in testing release ; do cbs tag-build cloud9s-okd-4.14-${level} cri-tools-1.27.1-1.el9s done for level in candidate testing release ; do cbs add-pkg --owner=lorbus cloud9s-okd-4.15-${level} cri-tools cbs add-pkg --owner=lorbus cloud9s-okd-4.16-${level} cri-tools done git checkout -b c9s-sig-cloud-okd-4.15 sha512sum --tag cri-tools-1.28.0.tar.gz >> sources lookaside_upload_sig -f cri-tools-1.28.0.tar.gz -n cri-tools # update spec and commit git push centos c9s-sig-cloud-okd-4.15 cbs build --scratch cloud9s-okd-4.15-el9s git+https://git.centos.org/rpms/cri-tools.git#899686bf0b24120bd9f356c4d2282bf984a025c3 cbs build cloud9s-okd-4.15-el9s git+https://git.centos.org/rpms/cri-tools.git#899686bf0b24120bd9f356c4d2282bf984a025c3 for level in candidate testing release ; do cbs tag-build cloud9s-okd-4.15-${level} cri-tools-1.28.0-1.el9s cbs tag-build cloud9s-okd-4.16-${level} cri-tools-1.28.0-1.el9s done ``` ## https://git.centos.org/rpms/golang-github-akavel-rsrc ```bash= cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate golang-github-akavel-rsrc cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing golang-github-akavel-rsrc cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release golang-github-akavel-rsrc cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate golang-github-akavel-rsrc cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing golang-github-akavel-rsrc cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release golang-github-akavel-rsrc sha512sum --tag rsrc-0.10.2.tar.gz > sources lookaside_upload_sig -f rsrc-0.10.2.tar.gz -n golang-github-akavel-rsrc git push centos c9s-sig-cloud cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/golang-github-akavel-rsrc.git#2c05b249be1a0b76242ca7b2532b10f095324e50 cbs tag-build cloud9s-okd-4.13-testing golang-github-akavel-rsrc-0.10.2-7.el9s cbs tag-build cloud9s-okd-4.13-release golang-github-akavel-rsrc-0.10.2-7.el9s cbs tag-build cloud9s-okd-4.14-candidate golang-github-akavel-rsrc-0.10.2-7.el9s cbs tag-build cloud9s-okd-4.14-testing golang-github-akavel-rsrc-0.10.2-7.el9s cbs tag-build cloud9s-okd-4.14-release golang-github-akavel-rsrc-0.10.2-7.el9s ``` ## https://git.centos.org/rpms/golang-github-josephspurrier-goversioninfo ```bash= cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate golang-github-josephspurrier-goversioninfo cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing golang-github-josephspurrier-goversioninfo cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release golang-github-josephspurrier-goversioninfo cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate golang-github-josephspurrier-goversioninfo cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing golang-github-josephspurrier-goversioninfo cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release golang-github-josephspurrier-goversioninfo sha512sum --tag goversioninfo-1.4.0.tar.gz > sources lookaside_upload_sig -f goversioninfo-1.4.0.tar.gz -n golang-github-josephspurrier-goversioninfo git push cbs c9s-sig-cloud cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/golang-github-josephspurrier-goversioninfo.git#a0d45e60adb37abd7e5aa00cf1094f0070f38959 cbs tag-build cloud9s-okd-4.13-testing golang-github-josephspurrier-goversioninfo-1.4.0-1.el9s cbs tag-build cloud9s-okd-4.13-release golang-github-josephspurrier-goversioninfo-1.4.0-1.el9s cbs tag-build cloud9s-okd-4.14-candidate golang-github-josephspurrier-goversioninfo-1.4.0-1.el9s cbs tag-build cloud9s-okd-4.14-testing golang-github-josephspurrier-goversioninfo-1.4.0-1.el9s cbs tag-build cloud9s-okd-4.14-release golang-github-josephspurrier-goversioninfo-1.4.0-1.el9s ``` ### https://git.centos.org/rpms/openshift-clients ```bash= # 4.13 cbs add-pkg --owner=lorbus cloud9s-okd-4.13-candidate openshift-clients cbs add-pkg --owner=lorbus cloud9s-okd-4.13-testing openshift-clients cbs add-pkg --owner=lorbus cloud9s-okd-4.13-release openshift-clients cbs add-pkg --owner=lorbus cloud9s-okd-4.14-candidate openshift-clients cbs add-pkg --owner=lorbus cloud9s-okd-4.14-testing openshift-clients cbs add-pkg --owner=lorbus cloud9s-okd-4.14-release openshift-clients git checkout c9s-sig-cloud-okd-4.13 sha512sum --tag oc-92b1a3d0e5d092430b523f6541aa0c504b2222b3.tar.gz > sources lookaside_upload_sig -f oc-92b1a3d0e5d092430b523f6541aa0c504b2222b3.tar.gz -n openshift-clients git push cbs c9s-sig-cloud-okd-4.13 cbs build cloud9s-okd-4.13-el9s git+https://git.centos.org/rpms/openshift-clients.git#0709f110806ed03e8eb9fdbaf2728220fd425ee3 cbs tag-build cloud9s-okd-4.13-testing openshift-clients-4.13.0-1.git92b1a3d.el9s cbs tag-build cloud9s-okd-4.13-release openshift-clients-4.13.0-1.git92b1a3d.el9s #4.14 (FTBFS/broken due missing golang 1.20) git checkout c9s-sig-cloud-okd-4.14 sha512sum --tag oc-68c710f5c29d795a8706d1e40de9099d278c059b.tar.gz > sources lookaside_upload_sig -f oc-68c710f5c29d795a8706d1e40de9099d278c059b.tar.gz -n openshift-clients git push cbs c9s-sig-cloud-okd-4.14 cbs build cloud9s-okd-4.14-el9s git+https://git.centos.org/rpms/openshift-clients.git#46a8b22dd0dbb9951aacfa85774cdfe63c652d93 #cbs tag-build cloud9s-okd-4.14-testing openshift-clients-4.13.0-1.git68c710f.el9s #cbs tag-build cloud9s-okd-4.14-release openshift-clients-4.13.0-1.git68c710f.el9s ```

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully