Socket
Socket
Sign inDemoInstall

releng-tool

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    releng-tool

A tool to manage the building of packages


Maintainers
1

Readme

releng-tool

pip Version Supports all Python versions Build Status Tools Status Documentation

Overview

When dealing with a project that depends on multiple packages, assets may be found in multiple locations and may require various methods to extract, build and more. releng-tool can be used to process a defined set of projects/packages which identify where resources can be fetched, how packages can be extracted and methods to patch, configure, build and install each individual package for a target root.

For detailed documentation on the releng-tool project, see releng-tool's documentation.

Requirements

  • Python 2.7 or 3.4+

Host tools such as Git, scp, etc. may be required depending on the project being processed (e.g. if a package's sources fetch from a Git source, a Git client tool is required to perform said fetch).

Installation

This tool can be installed using pip:

pip install releng-tool
 (or)
python -m pip install releng-tool

For Arch Linux users, this package is also available on AUR:

Arch User Repository - releng-tool
https://aur.archlinux.org/packages/releng-tool/

Usage

This tool can be invoked from a command line using:

releng-tool --help
 (or)
python -m releng-tool --help

Examples

Examples of releng-tool projects can be found in releng-tool's examples repository.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc