~andreserl/maas:2.2-pkg-from-source

Last commit made on 2017-07-06
Get this branch:
git clone -b 2.2-pkg-from-source https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
2.2-pkg-from-source
Repository:
lp:~andreserl/maas

Recent commits

7e2183a... by Andres Rodriguez

Open 2.2.2

56f995b... by Andres Rodriguez

Add packaging

ee3da92... by Andres Rodriguez

Add packaging

6b51dbd... by Andres Rodriguez

Add release-build and publish

2a6d96e... by Blake Rouse

Backport d39a0e21fd14125a6cceb45cd692d34051f4a474 from master: Fix machinesTable directive so that it works with vs-repeat.

The machines, filteredMachines, and osinfo where placed on the scope directly. Once vs-repeat was added it changed the scope inside the directive to be the scope of vs-repeat and not the scope of machines-table. Moving those variables to the table variable on the machines-table scope fixes the issue as the table object will be copied by reference into the nested vs-repeat scope.

0adb563... by Andres Rodriguez

Update CHANGELOG

cab4bf5... by Lee Trager

Backport from master: Run badblocks using the physical blocksize of the disk.

By default badblocks always runs using a blocksize of 1024 and uses a 32bit int for the number of blocks it can test. For large disks the number of blocks exceeds the 32bit int limit and causes badblocks to fail. Many large uses use a larger physical blocksize which avoids hitting the 32bit int limit which helps avoid hitting LP:1695229.

88f916f... by Blake Rouse

Use calc-snap-version to generate the snap name.

Backport of be118a137d38299060fd323c98c9b1bc44ff2569 and d2e085af59091bfecffe181f4532ab898501aa09 from master.

b846c16... by Andres Rodriguez

Update CHANGELOG

d595176... by Richard McCartney

Backport commit 6061, 160c4b8 - LP: #1692557, #1682374 : Resolves mobile navigation open/close toggle