[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:
|
|
Blocked by:
|
|
Blocking:
|
|
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 (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
unfiled →
build
|
Milestone: |
1.next →
1.5.2
|
Priority: |
undecided →
low
|
Type: |
bug →
enhancement
|
Version: |
git →
1.5.1
|
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.