upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/pull.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-12-12 00:00:00 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2023-12-12 00:00:00 +0000
commit3e52ecb609f8424cffb2e6398c599aa78224825a (patch)
tree5c199510c10e206d6c6801dbabdae9691c03341c /src/sub_commands/pull.rs
parent6d3c9218d2d3320f5d7fb9b9ede8750e947b70e8 (diff)
feat(claim) create yaml add maintainers and relays
- create yaml file with maintainers and relays - add maintainers to repo event - add current user as maintainer - custom repo relays from cli argument - save git-server in repo event
Diffstat (limited to 'src/sub_commands/pull.rs')
-rw-r--r--src/sub_commands/pull.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs
index a6513e8..a656e09 100644
--- a/src/sub_commands/pull.rs
+++ b/src/sub_commands/pull.rs
@@ -38,6 +38,7 @@ pub async fn launch() -> Result<()> {
38 let client = <MockConnect as std::default::Default>::default(); 38 let client = <MockConnect as std::default::Default>::default();
39 39
40 let repo_ref = repo_ref::fetch( 40 let repo_ref = repo_ref::fetch(
41 &git_repo,
41 root_commit.to_string(), 42 root_commit.to_string(),
42 &client, 43 &client,
43 client.get_more_fallback_relays().clone(), 44 client.get_more_fallback_relays().clone(),