-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
add: stardust-server #2048
Conversation
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
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
madonuko
requested changes
Sep 9, 2024
Also you don't need the if statement in the rhai script |
Co-authored-by: madomado <[email protected]> Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: madomado <[email protected]> Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: madomado <[email protected]> Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: madomado <[email protected]> Signed-off-by: Owen Zimmerman <[email protected]>
Add packager Signed-off-by: Owen Zimmerman <[email protected]>
madonuko
requested changes
Sep 10, 2024
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]>
madonuko
reviewed
Sep 11, 2024
Co-authored-by: madomado <[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]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>
madonuko
previously approved these changes
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. |
nothingneko
approved these changes
Oct 23, 2024
This was referenced Oct 23, 2024
💚 All backports created successfully
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
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.
No description provided.