Debian package: move home dir to match other components #69

Merged
alexvanin merged 1 commits from DmitryZabolotsky/frostfs-http-gw:misc/move-home-dir into master 2023-08-31 11:26:20 +00:00

All other components' homedirs are located in /var/lib/frostfs

Signed-off-by: Dmitriy Zabolotskiy d.zabolotskiy@yadro.com

All other components' homedirs are located in /var/lib/frostfs Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>
DmitryZabolotsky force-pushed misc/move-home-dir from 777fa55ac5 to e15965a0eb 2023-08-18 14:25:37 +00:00 Compare
DmitryZabolotsky changed title from WIP: [#XX] Debian package: move home dir to match other components to Debian package: move home dir to match other components 2023-08-18 14:26:55 +00:00
dkirillov reviewed 2023-08-18 14:38:25 +00:00
dkirillov reviewed 2023-08-18 14:42:48 +00:00
@ -30,3 +30,3 @@
fi
USERDIR=$(getent passwd "frostfs-$USERNAME" | cut -d: -f6)
if ! dpkg-statoverride --list frostfs-"$USERDIR" >/dev/null; then
if ! dpkg-statoverride --list "$USERDIR" >/dev/null; then
Collaborator

In other components we have frostfs-"$USERDIR" c750c87a61/debian/frostfs-s3-gw.postinst (L32)

In other components we have `frostfs-"$USERDIR"` https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/src/commit/c750c87a618cd2b6f64d66fbb1b34673aee8ac8f/debian/frostfs-s3-gw.postinst#L32
Poster
Collaborator

It's the correct variant.
Other packages should be changed to match.

It's the correct variant. Other packages should be changed to match.
dkirillov marked this conversation as resolved
DmitryZabolotsky was assigned by dkirillov 2023-08-18 14:42:59 +00:00
dkirillov approved these changes 2023-08-18 14:59:27 +00:00
dkirillov requested review from storage-services-developers 2023-08-18 14:59:38 +00:00
dkirillov requested review from storage-services-committers 2023-08-18 14:59:39 +00:00
alexvanin approved these changes 2023-08-31 11:25:33 +00:00
alexvanin merged commit 54eadc3c31 into master 2023-08-31 11:26:20 +00:00
alexvanin deleted branch misc/move-home-dir 2023-08-31 11:26:20 +00:00
alexvanin added this to the v0.28.0 milestone 2023-09-08 10:26:48 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-developers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#69
There is no content yet.