composer / satis

Simple static Composer repository generator - For a full private Composer repo use Private Packagist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lubobill1990 opened this issue · comments

commented

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

commented

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
        }
}

Try to add "rearchive": false to archive

commented

Thanks, I will have a try.