Modify ↓
Ticket #8536 (closed enhancement: fixed)
[git] tags does't point to an absolute release
| Reported by: | AzaToth | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5.2 |
| Component: | build | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
At the moment due to sizzle isn't an submodule, and "git checkout 1.5" doesn't give an environment where an "make" will create an 1.5 release.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Introduce submodules, closes #8536
Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.