← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~rodsmith/maas-cert-server:delete-certify-advanced into maas-cert-server:master

 

Rod Smith has proposed merging ~rodsmith/maas-cert-server:delete-certify-advanced into maas-cert-server:master.

Commit message:
Remove certify-advanced from Debian package, but not from project

Requested reviews:
  Jeff Lane  (bladernr)

For more details, see:
https://code.launchpad.net/~rodsmith/maas-cert-server/+git/maas-cert-server/+merge/432494

Remove the certify-advanced launcher from the Debian package, but keep it in the project in case it's needed in the future or by the Server Certification team itself.
-- 
Your team hardware-certification-users is subscribed to branch maas-cert-server:master.
diff --git a/debian/certification-tools.install b/debian/certification-tools.install
index 3c83896..7fb11c6 100755
--- a/debian/certification-tools.install
+++ b/debian/certification-tools.install
@@ -12,7 +12,6 @@ mkdir -p "$BUILD_ROOT/usr/bin"
 mkdir -p "$BUILD_ROOT/usr/sbin"
 mkdir -p "$BUILD_ROOT/usr/share/man/man8"
 
-cp -a usr/bin/certify-advanced "$BUILD_ROOT/usr/bin"
 cp -a usr/sbin/start-iperf3 "$BUILD_ROOT/usr/sbin/"
 cp -a usr/sbin/optimize-network "$BUILD_ROOT/usr/sbin/"
 cp -a usr/share/man/man8/start-iperf3.8 "$BUILD_ROOT/usr/share/man/man8/"
diff --git a/debian/changelog b/debian/changelog
index 61747bf..0b01607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-maas-cert-server (0.7.1-0ppa1) UNRELEASED; urgency=medium
+maas-cert-server (0.7.1-0ppa1) jammy; urgency=medium
 
   * Remove references to certification-docs, which has been deprecated.
+  * Remove certify-advanced from Debian package, but not from project.
 
- -- Rod Smith <rod.smith@xxxxxxxxxxxxx>  Tue, 01 Nov 2022 16:04:05 +0100
+ -- Rod Smith <rod.smith@xxxxxxxxxxxxx>  Wed, 02 Nov 2022 13:30:45 +0100
 
 maas-cert-server (0.7.0-0ppa1) jammy; urgency=medium
 

Follow ups