Project : https://drupal.org/project/bluez
Commits of the Project : https://drupal.org/node/2024853/commits

Last 2 commits made are not coming in the package. commits were available and tested when it was deployed/pushed.

Steps to Produce the issue:
1. Go to Project : https://drupal.org/project/bluez
2. Download the Package
3. Open bluez/css/style.css
4. Compare following last two commits with style.css
4.1 http://drupalcode.org/project/bluez.git/blobdiff/30bdb2e1adccdd074316a1d...
4.2 http://drupalcode.org/project/bluez.git/blobdiff/f2f87923b8265a8dd4c7967...

I have also tried to see the code using following command and code is available in this repository
git clone --branch 7.x-1.x UjvalShah@git.drupal.org:project/bluez.git

Find attached screenshot of the Release Page and Default Branch Pages.

PS: Not sure this issue is already posted in the QA Issue Queue or not. I am experiencing white screen issue while searching so posting new issue.

Looking forward to co-operation.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ujval Shah’s picture

Issue summary: View changes
FileSize
15.61 KB
38.06 KB
jthorson’s picture

Priority: Critical » Normal

Adjusting priority.

jthorson’s picture

Status: Active » Closed (works as designed)

The commits appear in the repository, and on a git clone, for the 7.x-1.x branch.

However, the package you downloaded from the project page is the 7.x-1.0 release, dated July 1st, 2013. If you want the recent commits to appear you will need to:

1) Create a new 7.x-1.1 tag and associated release, or
2) Expose the 7.x-1.x release on the project page (via 'administer releases', click the 'show snapshot release' checkbox).