Giter VIP home page Giter VIP logo

axel's Introduction

Axel
Axel

This is the snap for Axel. It is a community-maintained package to easily install Axel on Ubuntu, Fedora, Debian and other major Linux distributions. It is available in the Snap Store, Ubuntu Software, and a number of other applications.

"Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers."

Snap Status

Install

snap install axel

(Don't have snapd installed?)

Published for with ๐Ÿ’ by Snapcrafters

How to contribute to this snap

Thanks for your interest! Below you find instructions to help you contribute to this snap.

The general workflow is to submit pull requests that merges your changes into the candidate branch here on GitHub. Once the pull request has been merged, a GitHub action will automatically build the snap and publish it to the candidate channel in the Snap Store. Once the snap has been tested thoroughly, we promote it to the stable channel so all our users get it!

Initial setup

If this is your first time contributing to this snap, you first need to set up your own fork of this repository.

  1. Fork the repository into your own GitHub namespace.

  2. Clone your fork, so that you have it on your local computer.

  3. Configure your local repo. To make things a bit more intuitive, we will rename your fork's remote to myfork, and add the snapcrafters repo as snapcrafters.

    git remote rename origin myfork
    git remote add snapcrafters https://github.com/snapcrafters/axel.git
    git fetch --all

Submitting changes in a pull request

Once you're all setup for contributing, keep in mind that you want the git information to be all up-to-date. So if you haven't "fetched" all changes in a while, start with that:

git fetch --all -p

Now that your git metadata has been updated you are ready to create a bugfix branch, make your changes, and open a pull request.

  1. All pull requests should go to the stable branch so create your branch as a copy of the stable branch:

    git checkout -b my-bugfix-branch snapcrafters/candidate
  2. Make your desired changes and build a snap locally for testing:

    snapcraft --use-lxd
  3. After you are happy with your changes, commit them and push them to your fork so they are available on GitHub:

    git commit -a
    git push -u myfork my-bugfix-branch
  4. Then, open up a pull request from your my-bugfix-branch to the snapcrafters/candidate branch.

  5. Once you've opened the pull request, it will automatically trigger the build-test action that will launch a build of the snap. You can watch the progress of the snap build from your pull request (Show all checks -> Details). Once the snap build has completed, you can find the built snap (to test with) under "Artifacts".

  6. Someone from the team will review the open pull request and either merge it or start a discussion with you with additional changes or clarification needed.

  7. Once the pull request has been merged into the stable branch, a GitHub action will rebuild the snap using your changes and publish it to the Snap Store into the candidate channel. After sufficient testing of the snap from the candidate channel, one of the maintainers or administrators will promote the snap to the stable branch in the Snap Store.

Maintainers

License

  • The license of the build files in this repository are MIT.
  • Axel itself is licensed as GPL-2.0.

axel's People

Contributors

evandandrea avatar flexiondotorg avatar jnsgruk avatar merlijn-sebrechts avatar om26er avatar plasmus777 avatar popey avatar snap-advocacy-bot avatar snapcrafters-bot avatar soumyadghosh avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

axel's Issues

Call for testing `axel`

A new version (2.17.11) of axel was just pushed to the candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64183
arm64188
armhf186
ppc64el189
s390x191

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] stable [done].

For example

  • To promote a single revision, run /promote <rev> stable
  • To promote multiple revisions, run /promote <rev>,<rev> stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> stable done

You can promote all revisions that were just built with:

/promote 183,188,186,189,191 stable done

Call for testing `axel`

A new version (2.17.14) of axel was just pushed to the latest/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64212
arm64215
armhf216
ppc64el213
s390x214

Automated testing

If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --channel latest/candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].

For example

  • To promote a single revision, run /promote <rev> latest/stable
  • To promote multiple revisions, run /promote <rev>,<rev> latest/stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> latest/stable done

You can promote all revisions that were just built with:

/promote 212,215,216,213,214 latest/stable done

Call for testing `axel`

A new version (2.17.11) of axel was just pushed to the candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64166
arm64171
armhf170
ppc64el169
s390x172

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] stable [done].

For example

  • To promote a single revision, run /promote <rev> stable
  • To promote multiple revisions, run /promote <rev>,<rev> stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> stable done

You can promote all revisions that were just built with:

/promote 166,171,170,169,172 stable done

Call for testing `axel`

A new version (2.17.12) of axel was just pushed to the latest/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64198
arm64200
armhf196
ppc64el199
s390x197

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --channel latest/candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].

For example

  • To promote a single revision, run /promote <rev> latest/stable
  • To promote multiple revisions, run /promote <rev>,<rev> latest/stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> latest/stable done

You can promote all revisions that were just built with:

/promote 198,200,196,199,197 latest/stable done

Call for testing `axel`

A new version (2.17.11) of axel was just pushed to the candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64155
arm64158
armhf160
ppc64el157
s390x159

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] stable [done].

For example

  • To promote a single revision, run /promote <rev> stable
  • To promote multiple revisions, run /promote <rev>,<rev> stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> stable done

You can promote all revisions that were just built with:

/promote 155,158,160,157,159 stable done

Call for testing `axel`

A new version (2.17.13) of axel was just pushed to the latest/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64203
arm64206
armhf211
ppc64el209
s390x208

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --channel latest/candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].

For example

  • To promote a single revision, run /promote <rev> latest/stable
  • To promote multiple revisions, run /promote <rev>,<rev> latest/stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> latest/stable done

You can promote all revisions that were just built with:

/promote 203,206,211,209,208 latest/stable done

Call for testing `axel`

A new version (2.17.11) of axel was just pushed to the candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64177
arm64182
armhf179
ppc64el180
s390x181

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] stable [done].

For example

  • To promote a single revision, run /promote <rev> stable
  • To promote multiple revisions, run /promote <rev>,<rev> stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> stable done

You can promote all revisions that were just built with:

/promote 177,182,179,180,181 stable done

Fails to build

Failed to fetch stage packages: Error downloading packages for part 'axel': The package 'libssl1.1' was not found..

From the latest build log

@om26er ^

Temporary failure in name resolution

sudo snap install axel
axel https://github.com
Initializing download: https://github.com
Unable to connect to server github.com:443: Temporary failure in name resolution

Call for testing `axel`

A new version (2.17.11) of axel was just pushed to the candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64144
arm64150
armhf149
ppc64el147
s390x151

Automated screenshots

The snap will be installed in a VM automatically; screenshots will be posted as a comment on this issue shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh axel --candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info axel | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] stable [done].

For example

  • To promote a single revision, run /promote <rev> stable
  • To promote multiple revisions, run /promote <rev>,<rev> stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> stable done

You can promote all revisions that were just built with:

/promote 144,150,149,147,151 stable done

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.