← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~rodsmith/maas-cert-server:rename-maniacs-setup into maas-cert-server:main

 

Rod Smith has proposed merging ~rodsmith/maas-cert-server:rename-maniacs-setup into maas-cert-server:main.

Commit message:
Rename maniacs-setup to setup-certlab, keeping a symlink under the old name.

Requested reviews:
  Jeff Lane  (bladernr)

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

This renaming operation is in keeping with the new name for the setup script, which is appearing in the new version of the setup documentation formerly known as MANIACS.

Unfortunately, although I used "git mv" to rename the file, and git initially showed it as a rename, as soon as I added the symlink, git recategorized it as setup-certlab being a new file. Short of submitting two MRs, I don't see a way around that; but I swear I made no changes to the script, other than renaming it.
-- 
Your team hardware-certification-users is subscribed to branch maas-cert-server:main.
diff --git a/debian/changelog b/debian/changelog
index ae73e81..ccf9f62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maas-cert-server (0.7.9-0ppa1) jammy; urgency=medium
+
+  * Rename maniacs-setup to setup-certlab, keeping symlink of old name
+
+ -- Rod Smith <rodsmith@xxxxxxxxxxxxxxxxxxxxx>  Thu, 25 Apr 2024 09:46:28 -0400
+
 maas-cert-server (0.7.8-0ppa1) jammy; urgency=medium
 
   * Update maniacs-setup with new PPAs
diff --git a/usr/sbin/maniacs-setup b/usr/sbin/maniacs-setup
new file mode 120000
index 0000000..bc9f8ef
--- /dev/null
+++ b/usr/sbin/maniacs-setup
@@ -0,0 +1 @@
+setup-certlab
\ No newline at end of file
diff --git a/usr/sbin/maniacs-setup b/usr/sbin/setup-certlab
similarity index 100%
rename from usr/sbin/maniacs-setup
rename to usr/sbin/setup-certlab