From 1192735cca0eaefbfc38bbd798c0aa21909af719 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 13 Sep 2023 16:55:42 +0800 Subject: [PATCH] redis --- .../local => BUILD}/db/bin/conf/default/redis.conf | 0 .../{BUILDROOT/usr/local => BUILD}/db/bin/redis-cli | Bin .../usr/local => BUILD}/db/bin/redis-server | Bin rpmbuild/BUILD/{ => db/log}/.gitkeep | 0 .../systemd/system => BUILD/systemd}/adb.service | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename rpmbuild/{BUILDROOT/usr/local => BUILD}/db/bin/conf/default/redis.conf (100%) rename rpmbuild/{BUILDROOT/usr/local => BUILD}/db/bin/redis-cli (100%) rename rpmbuild/{BUILDROOT/usr/local => BUILD}/db/bin/redis-server (100%) rename rpmbuild/BUILD/{ => db/log}/.gitkeep (100%) rename rpmbuild/{BUILDROOT/lib/systemd/system => BUILD/systemd}/adb.service (100%) diff --git a/rpmbuild/BUILDROOT/usr/local/db/bin/conf/default/redis.conf b/rpmbuild/BUILD/db/bin/conf/default/redis.conf similarity index 100% rename from rpmbuild/BUILDROOT/usr/local/db/bin/conf/default/redis.conf rename to rpmbuild/BUILD/db/bin/conf/default/redis.conf diff --git a/rpmbuild/BUILDROOT/usr/local/db/bin/redis-cli b/rpmbuild/BUILD/db/bin/redis-cli similarity index 100% rename from rpmbuild/BUILDROOT/usr/local/db/bin/redis-cli rename to rpmbuild/BUILD/db/bin/redis-cli diff --git a/rpmbuild/BUILDROOT/usr/local/db/bin/redis-server b/rpmbuild/BUILD/db/bin/redis-server similarity index 100% rename from rpmbuild/BUILDROOT/usr/local/db/bin/redis-server rename to rpmbuild/BUILD/db/bin/redis-server diff --git a/rpmbuild/BUILD/.gitkeep b/rpmbuild/BUILD/db/log/.gitkeep similarity index 100% rename from rpmbuild/BUILD/.gitkeep rename to rpmbuild/BUILD/db/log/.gitkeep diff --git a/rpmbuild/BUILDROOT/lib/systemd/system/adb.service b/rpmbuild/BUILD/systemd/adb.service similarity index 100% rename from rpmbuild/BUILDROOT/lib/systemd/system/adb.service rename to rpmbuild/BUILD/systemd/adb.service