Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
/ pacstall-qa Public archive

A tool to easily test pacscripts from PRs locally

License

Notifications You must be signed in to change notification settings

pacstall/pacstall-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacstall-qa

A tool to easily test pacscripts from PRs locally.

Usage

pacstall-qa -m <metalink> -n <number> -I <package>
metalink and number

The metalink takes the following form:

provider:user/repo -n pr

For instance, let's take pacstall/pacstall-programs#4646 as an example. The provider would be github, the user and repo would be pacstall/pacstall-programs, and the pr would be 4646, so it would be: -m github:pacstall/pacstall-programs -n 4646. If metalink is not provided, it will use github:pacstall/pacstall-programs by default. number is always required.

package

The package is the name of whatever package in that PR you wish to test.