-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize Ruby and Rust packages #1056
Merged
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
bcbf321
service: rename rubygem-agama to rubygem-agama-yast
imobachgs 3832627
rust: rename agama-dbus-server to agama-server
imobachgs 14ed202
rust: reorganize the packaging
imobachgs 10def5c
rust: re-enable LocalesDatabase tests
imobachgs 6480258
rust: avoid warning messages when compiling mod.rs
imobachgs 325bc6f
Update Copyright headers
imobachgs ac16e4e
Adapt GitHub Actions to the new package names
imobachgs 7aff6f2
Update documentation with new package names
imobachgs f15e694
Update changes files
imobachgs 71c1252
Add a conflict with the agama-dbus-server package
imobachgs 3bbfbb2
Update from code review
imobachgs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Submit rubygem-agama | ||
name: Submit rubygem-agama-yast | ||
|
||
on: | ||
# runs on pushes targeting the default branch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
rust/agama-dbus-server/tests/l10n.rs → rust/agama-server/tests/l10n.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mod common; | ||
pub mod common; | ||
|
||
use agama_dbus_server::l10n::web::l10n_service; | ||
use axum::{ | ||
|
2 changes: 1 addition & 1 deletion
2
rust/agama-dbus-server/tests/network.rs → rust/agama-server/tests/network.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mod common; | ||
pub mod common; | ||
|
||
use self::common::{async_retry, DBusServer}; | ||
use agama_dbus_server::network::{ | ||
|
2 changes: 1 addition & 1 deletion
2
rust/agama-dbus-server/tests/service.rs → rust/agama-server/tests/service.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mod common; | ||
pub mod common; | ||
|
||
use agama_dbus_server::{ | ||
service, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
------------------------------------------------------------------- | ||
Tue Feb 27 15:55:28 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Reorganize RPM packages (gh#openSUSE/agama#1056): | ||
* agama is now the main package and it contains agama-dbus-server | ||
and agama-web-server. | ||
* agama-cli is a subpackage. | ||
|
||
------------------------------------------------------------------- | ||
Wed Feb 7 11:49:02 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# frozen_string_literal: true | ||
|
||
# | ||
# Copyright (c) [2022] SUSE LLC | ||
# Copyright (c) 2022-2024 SUSE LLC | ||
# | ||
# All Rights Reserved. | ||
# | ||
|
@@ -21,7 +21,7 @@ | |
# find current contact information at www.suse.com. | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "agama" | ||
spec.name = "agama-yast" | ||
|
||
# in a git checkout? | ||
if File.exist?(File.join(__dir__, "../.git")) | ||
|
@@ -33,8 +33,8 @@ Gem::Specification.new do |spec| | |
spec.version = "99.yupdate" | ||
end | ||
|
||
spec.summary = "Agama Installer Service" | ||
spec.description = "System service for Agama, an experimental YaST-based installer." | ||
spec.summary = "YaST integration service for Agama" | ||
spec.description = "D-Bus service exposing some YaST features that are useful for Agama." | ||
spec.author = "YaST Team" | ||
spec.email = "[email protected]" | ||
spec.homepage = "https://github.com/openSUSE/agama" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
service/package/rubygem-agama.changes → service/package/rubygem-agama-yast.changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Tue Feb 27 15:53:46 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Rename the gem to agama-yast and the package to | ||
rubygem-agama-yast (gh#openSUSE/agama#1056). | ||
|
||
------------------------------------------------------------------- | ||
Tue Feb 20 13:15:15 UTC 2024 - José Iván López González <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, it is kind of misleading as we do not build other YaST packages as rubygems...so I would say as we package it similar to other YaST packages and builds it as common rubygem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but on other hand we do not publish that rubygem..so I am not sure what can cause more confusion