Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Vidner <mvidner@suse.cz>
  • Loading branch information
jreidinger and mvidner authored Dec 14, 2023
1 parent d34f255 commit 9b8f086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/dbus/org.opensuse.Agama.Software1.doc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<arg name="result" direction="out" type="b"/>
</method>
<!--
Sets explicitelly selected patterns.
Sets explicitly selected patterns.
-->
<method name="SetUserPatterns">
<!--
Expand Down
2 changes: 1 addition & 1 deletion rust/agama-lib/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum ServiceError {
WrongUser(Vec<String>),
#[error("Registration failed: '{0}'")]
FailedRegistration(String),
#[error("Failed to find these patterns: '{0:?}'")]
#[error("Failed to find these patterns: {0:?}")]
UnknownPatterns(Vec<String>),
#[error("Error: {0}")]
UnsuccessfulAction(String),
Expand Down
1 change: 1 addition & 0 deletions rust/package/agama-cli.changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Fri Dec 8 09:23:09 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
2. in product section is now also registrationCode and registrationEmail
3. in software section is now patterns to select patterns to install
- adapt profile.schema according to above changes
- org.opensuse.Agama.Software1 API changed to report missing patterns

-------------------------------------------------------------------
Tue Dec 5 11:18:41 UTC 2023 - Jorik Cronenberg <jorik.cronenberg@suse.com>
Expand Down

0 comments on commit 9b8f086

Please sign in to comment.