~andreserl/maas:pkg-from-source

Last commit made on 2017-07-06
Get this branch:
git clone -b 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:
pkg-from-source
Repository:
lp:~andreserl/maas

Recent commits

71f257b... by Andres Rodriguez

Integrate packaging into master

5c572ba... by Andres Rodriguez

Add files to gitattributes

9e9f5bf... by Andres Rodriguez

Revert "Test"

This reverts commit 3f87c9a336a9a378f4fa6dfc9311992cf28cd451.

3f87c9a... by Andres Rodriguez

Test

5778a89... by Andres Rodriguez

Revert "Add .gitattributes"

This reverts commit dc274df2e8eec711283f7d62cfafd3819308823d.

dc274df... by Andres Rodriguez

Add .gitattributes

463039f... by Andres Rodriguez

Add .gitattributes

481d05a... by Andres Rodriguez

Merge packaging branch into master

d39a0e2... by Blake Rouse

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.

7b16e1c... by Newell Jensen

Add missing forms to __all__ in forms file. This will allow someone to quickly scan all the forms that are contained in this file.