Giter Site home page Giter Site logo

aurtools's Introduction

aurtools

aur-local-check.sh

Checks for all packages which are in no repository if they are in AUR and if you voted for them.

buildcheck.sh

Builds all packages for a maintainer and writes a logfile.

Needs

  • get-own-packages-raw.rb

Needs Directories

  • ./packages/
  • ./packages/{i686,x86_64}

Writes

  • buildcheck_$HOSTNAME.log
  • packages/$file-any.pkg.tar.$ext
  • packages/i686/$file-i686.pkg.tar.$ext
  • packages/x86_64/$file-x86_64.pkg.tar.$ext

Arguments

  • see get-own-packages-raw.rb

Change

  • see get-own-packages-raw.rb

get-own-packages.rb

Lists all packages of a maintainer.

Change

  • $maintainer

get-own-packages-raw.rb

Lists all packages in raw format for buildcheck.sh.

Change

  • $maintainer

Arguments

  • --skip-out-of-date
  • Skip packages marked out of date.
  • --skip
  • Skip these packages. (e.g. --skip package1,package2,package3)
  • --only
  • Only search for these packages. (e.g. --only package1,package2,package3)

buildcheck-log-analyser.rb

Analyses the logfiles written by buildcheck.sh.

Arguments

  • path to the logfile

localclean.sh

Cleanup an AUR directory. (deletes */src, */pkg, /.src.tar.gz and /.pkg.tar.xz)

Change

  • AURDIR

rm-old.sh

Deletes old packages in a directory. (if there is a newer one of the same name)

Arguments

  • path to the directory with the packages (gets searched non-recursive)

Needs

  • get-old.py

get-old.py

Lists old packages in a directory.

Arguments

  • path to the directory with the packages (gets searched non-recursive)

update-repos.sh

Updates / creates repos for the files created by buildcheck.sh.

Needs

  • rm-old.sh (-> get-old.py)

Needs Directories

  • ./packages/
  • ./packages/{i686,x86_64}

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.