satis icon indicating copy to clipboard operation
satis copied to clipboard

The package downloaded in satis is not identical with packagist.org

Open lubobill1990 opened this issue 6 years ago • 3 comments

Even though the check sum is all the same.

Here is the link from my satis

https://satis.asia.zhishiq.com/dist/flarum/approval/flarum-approval-88da3ab9e1fd437a48287001a251fc3c1dc542ad-zip-26e3c1.zip

and it's the package from packagist.org https://codeload.github.com/flarum/approval/legacy.zip/88da3ab9e1fd437a48287001a251fc3c1dc542ad

There is not js/dist in my repo image

lubobill1990 avatar Mar 28 '19 04:03 lubobill1990

my satis config is like:

{
        "name": "flarum repos",
        "homepage": "https://satis.asia.zhishiq.com",
        "repositories": [

                {
                        "type": "composer",
                        "url": "https://packagist.org"
                }
        ],
        "require": {
                "flarum/approval": "dev-master"
        },
        "require-dependencies": false,
        "require-dev-dependencies": false,
        "archive": {
                "format": "zip",
                "directory": "dist",
                "skip-dev": false
        }
}

lubobill1990 avatar Mar 28 '19 04:03 lubobill1990

Try to add "rearchive": false to archive

boldhedgehog avatar Aug 23 '19 14:08 boldhedgehog

Thanks, I will have a try.

lubobill1990 avatar Aug 28 '19 02:08 lubobill1990