rename citadel-rootfs to citadel-update

This commit is contained in:
Bruce Leidl 2018-03-28 16:36:37 -04:00
parent ab61de34c4
commit 3ccf54261c
15 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "citadel-rootfs"
name = "citadel-update"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
homepage = "https://github.com/subgraph/citadel"

View File

@ -83,8 +83,8 @@ fn main() {
_ => {},
};
let mut app = App::new("citadel-rootfs")
.about("Subgraph Citadel rootfs partition management")
let mut app = App::new("citadel-update")
.about("Subgraph Citadel update and rootfs management")
.settings(&[ArgRequiredElseHelp, ColoredHelp, DisableHelpSubcommand, DisableVersion, DeriveDisplayOrder])
.arg(Arg::with_name("v")
.help("Verbose output")

View File

@ -7,6 +7,6 @@ RDEPENDS_${PN} = "\
packagegroup-gnome \
packagegroup-sway \
packagegroup-theme \
citadel-rootfs \
citadel-update \
citadel-realms \
"

View File

@ -1,4 +1,4 @@
SUMMARY = "citadel-rootfs"
SUMMARY = "citadel-update"
SRC_URI = "\
crate://crates.io/ansi_term/0.10.2 \
@ -70,8 +70,8 @@ do_install() {
install -d ${D}${bindir}
install -d ${D}${datadir}/citadel
install -m 755 ${B}/target/${CARGO_TARGET_SUBDIR}/citadel-rootfs ${D}${bindir}
install -m 644 ${B}/conf/citadel-rootfs.conf ${D}${datadir}/citadel
install -m 755 ${B}/target/${CARGO_TARGET_SUBDIR}/citadel-update ${D}${bindir}
install -m 644 ${B}/conf/citadel-update.conf ${D}${datadir}/citadel
}
FILES_${PN} += "${datadir}/citadel"