launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #13260
[Merge] lp:~matsubara/maas/remove-ipmi-patch into lp:~maas-maintainers/maas/packaging
Diogo Matsubara has proposed merging lp:~matsubara/maas/remove-ipmi-patch into lp:~maas-maintainers/maas/packaging.
Commit message:
Remove 99-ipmi-user-too-long.patch as it was fixed upstream
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~matsubara/maas/remove-ipmi-patch/+merge/128993
This branch removes the 99-ipmi-user-too-long.patch from the packaging branch since it was fixed in upstream. Currently the recipe build is broken due to this.
--
https://code.launchpad.net/~matsubara/maas/remove-ipmi-patch/+merge/128993
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~matsubara/maas/remove-ipmi-patch into lp:~maas-maintainers/maas/packaging.
=== removed file 'debian/patches/99-ipmi-user-too-long.patch'
--- debian/patches/99-ipmi-user-too-long.patch 2012-10-10 15:11:56 +0000
+++ debian/patches/99-ipmi-user-too-long.patch 1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-Description: IPMI user created on enlistment is too long
- The IPMI user created on enlistment is too long causing that
- the user is not created. Additionally, this will cause maas
- to fail to power_on a machine.
-Author: Andres Rodriguez <andreserl@xxxxxxxxxx>
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/1064832
-
---- maas-0.1+bzr1243+dfsg.orig/contrib/preseeds_v2/enlist_userdata 2012-10-09 17:19:17.000000000 -0400
-+++ maas-0.1+bzr1243+dfsg/contrib/preseeds_v2/enlist_userdata 2012-10-10 00:58:16.355424942 -0400
-@@ -143,7 +143,7 @@
-
- # create user/pass
- if args.commission_creds:
-- IPMI_MAAS_USER="maas-commissioning"
-+ IPMI_MAAS_USER="maas-commission"
- else:
- IPMI_MAAS_USER="maas"
- IPMI_MAAS_PASSWORD=generate_random_password()
=== modified file 'debian/patches/series'
--- debian/patches/series 2012-10-10 15:15:00 +0000
+++ debian/patches/series 2012-10-10 16:33:43 +0000
@@ -1,5 +1,4 @@
01-fix-database-settings.patch
02-pserv-config.patch
03-txlongpoll-config.patch
-99-ipmi-user-too-long.patch
04-fix-ipmi-enlistment.patch
Follow ups