Skip to content

Commit

Permalink
Merge pull request #731 from kernelkit/minor-cli-fixes
Browse files Browse the repository at this point in the history
Minor CLI fixes
  • Loading branch information
mattiaswal authored Oct 18, 2024
2 parents eac60b1 + 903960f commit baec6cb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/klish-plugin-sysrepo/klish-plugin-sysrepo.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE
sha256 7c8c1cc2234331bb8123893356562cce6731448dbaf5b80db72e34490da55b48 klish-plugin-sysrepo-261c615b903233f63c695f91c1dbe58ac063ba13-br1.tar.gz
sha256 58b6b271912f9331ea78a815a8cec073924b423403868dd9fcc48de0942f49f8 klish-plugin-sysrepo-213cd51aa8863e7ef66944137db3dffc88d58cc1-br1.tar.gz
2 changes: 1 addition & 1 deletion package/klish-plugin-sysrepo/klish-plugin-sysrepo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KLISH_PLUGIN_SYSREPO_VERSION = 261c615b903233f63c695f91c1dbe58ac063ba13
KLISH_PLUGIN_SYSREPO_VERSION = 213cd51aa8863e7ef66944137db3dffc88d58cc1
KLISH_PLUGIN_SYSREPO_SITE = https://github.com/kernelkit/klish-plugin-sysrepo.git
#KLISH_PLUGIN_SYSREPO_VERSION = cdd3eb51a7f7ee0ed5bd925fa636061d3b1b85fb
#KLISH_PLUGIN_SYSREPO_SITE = https://src.libcode.org/pkun/klish-plugin-sysrepo.git
Expand Down
2 changes: 1 addition & 1 deletion src/confd/yang/confd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MODULES=(
"[email protected]"
"[email protected]"
"[email protected]"
"infix-meta@2024-06-19.yang"
"infix-meta@2024-10-18.yang"
"[email protected]"
"[email protected]"
"[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions src/confd/yang/infix-meta.yang
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ module infix-meta {
contact "[email protected]";
description "Infix metadata.";

revision 2024-10-18 {
description "Mark entire meta container obsolete.";
reference "internal";
}
revision 2024-06-19 {
description "Initial revision.";
reference "internal";
}

container meta {
description "Meta data";
status obsolete;

leaf version {
status obsolete; // Ensure frontends don't show this, used for migration.
description "Configuration file format version, automatically generated.";
Expand Down
File renamed without changes.

0 comments on commit baec6cb

Please sign in to comment.