feat(meta): add management IP and IP list build #741
No reviewers
Labels
No labels
awaiting
awaiting-author
awaiting
awaiting-reviewer
bot
deployed
Silenced alert
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DGNum/infrastructure!741
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ipam"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
e36a3ea3bbe14c390079e14c390079acdda8d6cc@ -0,0 +16,4 @@;config = (import ./.) pkgs.lib;failed = builtins.map (x: "- ${x.message}") (builtins.filter (x: !x.assertion) config.assertions);c'est dommage d'inherit map pour aller le chercher dans builtins (et tu peux inherit filter aussi)
Et en vrai je sais pas si on a besoin de check les assertions pour ça, genre on a verify.nix pour ça.
S'il y a un endroit ou on voudrais l'ajouter c'est directement à l'eval de meta (@mdebray un avis ?)
ahah j'ai juste copié de meta/verify sans réfléchir
@ -0,0 +22,4 @@throw ''Failed assertions:${builtins.concatStringsSep "\n" failed}même chose pour concatStringsSep
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.