Artifactory doesn't modify files deployed to it. At least not unless you
installed a user plugin that does that explicitly, so something is odd.
A couple of things to check:
- Are you sure there is no additional stage in your build that modifies the
files prior to deployment and after you have already calculated the
checksum locally?
- Try to diff local files against deployed ones and see whether they are
identical.
- How did you calculate the sha1? Have you tried verifying the results
against sha1 calculated by other utilities?
- Which Artifactory version are you using? There used to be an old bug that
caused wrong checksums to be calculated intermittently (file content was
not affected, however).


On Mon, Mar 19, 2012 at 11:56 PM, chudak <[email protected]> wrote:

> We are building some Android artifacts and deploying them to artifactory
> using the ant maven plugin. We are finding that occasionally Artifactory is
> modifying the apk after it is built. The problem is that we are generating
> an sha-1 checksum and using it elsewhere in our system (for application
> validation). When Artifactory modifies these artifacts then our
> checksumming
> fails.
>
> Does anyone know why these apk files are being rezipped?
>
> --
> View this message in context:
> http://forums.jfrog.org/Artifactory-modifying-artifact-contents-tp7387407p7387407.html
> Sent from the Artifactory - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to