Exclude dry activate#1
Conversation
|
Kind reminder: Hostmap is meant to be used by others than DBC, so we should try to make changes that can be upstreamed. Therefore we need to remove all references to DBC, platform, and so on, also including names of actual servers. :) |
| /postgres.log | ||
| /.dev_postgres |
There was a problem hiding this comment.
Maybe we can bundle all the pgsql lines together
There was a problem hiding this comment.
Like this?
/target
/.env
/.pre-commit-config.yaml
/result
/setup.sh
# DB stuff
/pg
/postgres.log
/.dev_postgres
/scratch.sql
# ide's
/.idea
/.vscode
# Temps
/api-key.txt
/test-assets/
todo.md
# direnv
.direnv/*
| nix develop | ||
| pg_initial_setup | ||
| cargo sqlx migrate run | ||
| cargo run -- test-assets/minimalTargetList.json |
There was a problem hiding this comment.
I get this output:
❯ cargo run -- test-assets/minimalTargetList.json
+ command cargo run -- test-assets/minimalTargetList.json
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/hostmap test-assets/minimalTargetList.json`
2026-05-21T08:51:43.915078Z INFO hostmap: Log level set to: hostmap=debug,info
error: unrecognized subcommand 'test-assets/minimalTargetList.json'
Usage: hostmap <COMMAND>
For more information, try '--help'.
I guess what I'm trying to say is to be mindful about how we can upstream this after merging it here |
No description provided.