-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
80 additions
and
64 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
rivieradev-quarkus-2025 (1) UNRELEASED; urgency=medium | ||
|
||
* Initial import of rivieradev-quarkus-2025 | ||
|
||
-- Stephane Epardaud <[email protected]> Wed, 27 Nov 2024 14:11:31 +0200 | ||
|
||
rivieradev-quarkus-2024 (1) UNRELEASED; urgency=medium | ||
|
||
* Initial import of rivieradev-quarkus-2024 | ||
|
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,11 +1,11 @@ | ||
Source: rivieradev-quarkus-2024 | ||
Source: rivieradev-quarkus-2025 | ||
Section: unknown | ||
Priority: extra | ||
Maintainer: Stephane Epardaud <[email protected]> | ||
Build-Depends: debhelper (>= 9), maven | ||
Standards-Version: 3.9.5 | ||
|
||
Package: rivieradev-quarkus-2024 | ||
Package: rivieradev-quarkus-2025 | ||
Architecture: all | ||
Depends: ${misc:Depends} | ||
Description: rivieradev-quarkus-2024 application | ||
Description: rivieradev-quarkus-2025 application |
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,6 +1,6 @@ | ||
#!/bin/sh | ||
|
||
APP=rivieradev-quarkus-2024 | ||
APP=rivieradev-quarkus-2025 | ||
QUARKUS_USER=quarkus | ||
CLUSTER= | ||
|
||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/etc/rivieradev-quarkus-2025/application.properties |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Set this to 1 to allow rivieradev-quarkus-2025 to start | ||
IS_QUARKUS_CONFIGURED=0 |
12 changes: 6 additions & 6 deletions
12
debian/rivieradev-quarkus-2024.init.d → debian/rivieradev-quarkus-2025.init.d
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,22 +1,22 @@ | ||
#! /bin/sh | ||
# | ||
# Startup script for rivieradev-quarkus-2024. | ||
# Startup script for rivieradev-quarkus-2025. | ||
# | ||
# Stephane Epardaud <[email protected]> | ||
# Copyright 2024, Stephane Epardaud | ||
# Copyright 2025, Stephane Epardaud | ||
# | ||
|
||
### BEGIN INIT INFO | ||
# Provides: rivieradev-quarkus-2024 | ||
# Provides: rivieradev-quarkus-2025 | ||
# Required-Start: $local_fs $network $named | ||
# Required-Stop: $local_fs $network $named | ||
# Default-Start: 2 3 4 5 | ||
# Default-Stop: 0 1 6 | ||
# Short-Description: start and stop rivieradev-quarkus-2024 | ||
# Description: rivieradev-quarkus-2024 application | ||
# Short-Description: start and stop rivieradev-quarkus-2025 | ||
# Description: rivieradev-quarkus-2025 application | ||
### END INIT INFO | ||
|
||
APP=rivieradev-quarkus-2024 | ||
APP=rivieradev-quarkus-2025 | ||
USER=quarkus | ||
CLUSTER= | ||
|
||
|
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
Oops, something went wrong.