Skip to content
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

add: stardust-server #2048

Merged
merged 40 commits into from
Oct 23, 2024
Merged

add: stardust-server #2048

merged 40 commits into from
Oct 23, 2024

Conversation

Owen-sz
Copy link
Contributor

@Owen-sz Owen-sz commented Sep 7, 2024

No description provided.

@Owen-sz Owen-sz requested a review from madonuko September 7, 2024 18:34
anda/stardust/black-hole/update.rhai Outdated Show resolved Hide resolved
anda/stardust/black-hole/stardust-black-hole.spec Outdated Show resolved Hide resolved
anda/stardust/black-hole/stardust-black-hole.spec Outdated Show resolved Hide resolved
anda/stardust/black-hole/stardust-black-hole.spec Outdated Show resolved Hide resolved
@madonuko
Copy link
Member

madonuko commented Sep 9, 2024

Also you don't need the if statement in the rhai script

Owen-sz and others added 5 commits September 9, 2024 13:51
Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Add packager

Signed-off-by: Owen Zimmerman <[email protected]>
anda/stardust/black-hole/update.rhai Outdated Show resolved Hide resolved
anda/stardust/black-hole/update.rhai Outdated Show resolved Hide resolved
Fix name

Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Fix name

Signed-off-by: Owen Zimmerman <[email protected]>
fix deps

Signed-off-by: Owen Zimmerman <[email protected]>
Fix files

Signed-off-by: Owen Zimmerman <[email protected]>
Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
madonuko
madonuko previously approved these changes Oct 23, 2024
@madonuko
Copy link
Member

Next time please mark this as ready for review (un-draft this)

@Owen-sz
Copy link
Contributor Author

Owen-sz commented Oct 23, 2024

Next time please mark this as ready for review (un-draft this)

Was waiting for the RPM to be tested before I did that, it used to build before but still didn't preform as expected.

@Owen-sz Owen-sz marked this pull request as ready for review October 23, 2024 14:17
@madonuko madonuko enabled auto-merge (squash) October 23, 2024 14:49
@madonuko madonuko requested a review from nothingneko October 23, 2024 14:50
@madonuko madonuko merged commit 170d8b9 into frawhide Oct 23, 2024
3 of 4 checks passed
@madonuko madonuko deleted the owen/frawhide/stardust-server branch October 23, 2024 14:50
@raboneko
Copy link
Member

💚 All backports created successfully

Status Branch Result
f39
f40
f41
el10

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

madonuko pushed a commit that referenced this pull request Oct 23, 2024
* initial package for stardust-server

* add missing build deps

* move to stardust folder

* inisital package for stardust-black-hole

* RPM bug workaround stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove conflicts

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Add packager

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda.hcl

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

fix deps

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Fix files

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* fix directories issue

* actually fix directories error

* Update anda/stardust/server/stardust-server.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Lock cargo install

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Add %global

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Fix files

* Update stardust-server.spec

Add %_bindir

Signed-off-by: Owen Zimmerman <[email protected]>

* it works now
switched to the new release

* switch to 0.45.1

* Update update.rhai

Update update.rhai to track versions instead of commits

Signed-off-by: Owen Zimmerman <[email protected]>

* Add __strip /bin/true

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove %cargo_prep_online and %cargo_build, replace with 'cargo build'

Signed-off-by: Owen Zimmerman <[email protected]>

* add cargo install path and remove %define line

Signed-off-by: Owen Zimmerman <[email protected]>

* add --locked

Signed-off-by: Owen Zimmerman <[email protected]>

* Fix cargo install to install to buildroot

Signed-off-by: Owen Zimmerman <[email protected]>

* Add back --path

Signed-off-by: Owen Zimmerman <[email protected]>

* Move --path

Signed-off-by: Owen Zimmerman <[email protected]>

* --path in the wrong spot lol

Signed-off-by: Owen Zimmerman <[email protected]>

* --path .

Signed-off-by: Owen Zimmerman <[email protected]>

* add toml and json files

Signed-off-by: Owen Zimmerman <[email protected]>

* feat: this works. this works. this works. this works.

* feat: a;slkdjfl;sjfkal;j

---------

Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: june-fish <[email protected]>
Co-authored-by: madomado <[email protected]>
(cherry picked from commit 170d8b9)

Co-authored-by: Owen Zimmerman <[email protected]>
madonuko pushed a commit that referenced this pull request Oct 23, 2024
* initial package for stardust-server

* add missing build deps

* move to stardust folder

* inisital package for stardust-black-hole

* RPM bug workaround stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove conflicts

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Add packager

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda.hcl

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

fix deps

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Fix files

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* fix directories issue

* actually fix directories error

* Update anda/stardust/server/stardust-server.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Lock cargo install

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Add %global

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Fix files

* Update stardust-server.spec

Add %_bindir

Signed-off-by: Owen Zimmerman <[email protected]>

* it works now
switched to the new release

* switch to 0.45.1

* Update update.rhai

Update update.rhai to track versions instead of commits

Signed-off-by: Owen Zimmerman <[email protected]>

* Add __strip /bin/true

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove %cargo_prep_online and %cargo_build, replace with 'cargo build'

Signed-off-by: Owen Zimmerman <[email protected]>

* add cargo install path and remove %define line

Signed-off-by: Owen Zimmerman <[email protected]>

* add --locked

Signed-off-by: Owen Zimmerman <[email protected]>

* Fix cargo install to install to buildroot

Signed-off-by: Owen Zimmerman <[email protected]>

* Add back --path

Signed-off-by: Owen Zimmerman <[email protected]>

* Move --path

Signed-off-by: Owen Zimmerman <[email protected]>

* --path in the wrong spot lol

Signed-off-by: Owen Zimmerman <[email protected]>

* --path .

Signed-off-by: Owen Zimmerman <[email protected]>

* add toml and json files

Signed-off-by: Owen Zimmerman <[email protected]>

* feat: this works. this works. this works. this works.

* feat: a;slkdjfl;sjfkal;j

---------

Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: june-fish <[email protected]>
Co-authored-by: madomado <[email protected]>
(cherry picked from commit 170d8b9)

Co-authored-by: Owen Zimmerman <[email protected]>
madonuko pushed a commit that referenced this pull request Oct 23, 2024
* initial package for stardust-server

* add missing build deps

* move to stardust folder

* inisital package for stardust-black-hole

* RPM bug workaround stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove conflicts

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Add packager

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda.hcl

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

fix deps

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Fix files

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* fix directories issue

* actually fix directories error

* Update anda/stardust/server/stardust-server.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Lock cargo install

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Add %global

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Fix files

* Update stardust-server.spec

Add %_bindir

Signed-off-by: Owen Zimmerman <[email protected]>

* it works now
switched to the new release

* switch to 0.45.1

* Update update.rhai

Update update.rhai to track versions instead of commits

Signed-off-by: Owen Zimmerman <[email protected]>

* Add __strip /bin/true

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove %cargo_prep_online and %cargo_build, replace with 'cargo build'

Signed-off-by: Owen Zimmerman <[email protected]>

* add cargo install path and remove %define line

Signed-off-by: Owen Zimmerman <[email protected]>

* add --locked

Signed-off-by: Owen Zimmerman <[email protected]>

* Fix cargo install to install to buildroot

Signed-off-by: Owen Zimmerman <[email protected]>

* Add back --path

Signed-off-by: Owen Zimmerman <[email protected]>

* Move --path

Signed-off-by: Owen Zimmerman <[email protected]>

* --path in the wrong spot lol

Signed-off-by: Owen Zimmerman <[email protected]>

* --path .

Signed-off-by: Owen Zimmerman <[email protected]>

* add toml and json files

Signed-off-by: Owen Zimmerman <[email protected]>

* feat: this works. this works. this works. this works.

* feat: a;slkdjfl;sjfkal;j

---------

Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: june-fish <[email protected]>
Co-authored-by: madomado <[email protected]>
(cherry picked from commit 170d8b9)

Co-authored-by: Owen Zimmerman <[email protected]>
madonuko pushed a commit that referenced this pull request Oct 23, 2024
* initial package for stardust-server

* add missing build deps

* move to stardust folder

* inisital package for stardust-black-hole

* RPM bug workaround stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove conflicts

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Add packager

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda.hcl

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

fix deps

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Fix files

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* fix directories issue

* actually fix directories error

* Update anda/stardust/server/stardust-server.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Lock cargo install

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Add %global

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Fix files

* Update stardust-server.spec

Add %_bindir

Signed-off-by: Owen Zimmerman <[email protected]>

* it works now
switched to the new release

* switch to 0.45.1

* Update update.rhai

Update update.rhai to track versions instead of commits

Signed-off-by: Owen Zimmerman <[email protected]>

* Add __strip /bin/true

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove %cargo_prep_online and %cargo_build, replace with 'cargo build'

Signed-off-by: Owen Zimmerman <[email protected]>

* add cargo install path and remove %define line

Signed-off-by: Owen Zimmerman <[email protected]>

* add --locked

Signed-off-by: Owen Zimmerman <[email protected]>

* Fix cargo install to install to buildroot

Signed-off-by: Owen Zimmerman <[email protected]>

* Add back --path

Signed-off-by: Owen Zimmerman <[email protected]>

* Move --path

Signed-off-by: Owen Zimmerman <[email protected]>

* --path in the wrong spot lol

Signed-off-by: Owen Zimmerman <[email protected]>

* --path .

Signed-off-by: Owen Zimmerman <[email protected]>

* add toml and json files

Signed-off-by: Owen Zimmerman <[email protected]>

* feat: this works. this works. this works. this works.

* feat: a;slkdjfl;sjfkal;j

---------

Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: june-fish <[email protected]>
Co-authored-by: madomado <[email protected]>
(cherry picked from commit 170d8b9)

Co-authored-by: Owen Zimmerman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants