8000 Tags · adamnew123456/USM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: adamnew123456/USM

Tags

v2.4

Toggle v2.4's commit message
Add note about zsh usage and the new env script

v2.3-shell

Toggle v2.3-shell's commit message
Made some stylistic changes to the USM and bootstrap scripts.

 - I added a USAGE string to describe USM's options in short form, in
   addition to the long form available in `usm help`.
 - I corrected the use of `export USM_PATH=...`, which doesn't set
   variable in the current shell, but only in the environment. The
   correct form is actually `USM_PATH=...; export USM_PATH`.
 - Condensed expressions like:

    if FOO then;
        IS_BAR=1
    else
        IS_BAR=0
    fi

   down to:

    FOO
    IS_BAR=$?

 - Removed some excess variables
 - Removed pointless loop in `usm_ls`
 - Refactored the bootstrap script, and added more diagnostics.

v2.2-official

Toggle v2.2-official's commit message
Added note about the release tarballs in the README.

v2.2-shell

Toggle v2.2-shell's commit message
Fixed `usm ls` to print out things in order.

Previously, `usm ls` would print out software in reverse order.

v2.0-python

Toggle v2.0-python's commit message
Rewrote the USM scripts and man-pages.

This rewrite brings along several changes:
 - Ability to configure where USM stores its programs.
 - Somewhat higher code quality (I hope).
 - Better documentation.

v1.15-python

Toggle v1.15-python's commit message
Added versioning support.

This required changes to all teh scripts as well as the bootstrapper
and the man pages.

v1.13-python

Toggle v1.13-python's commit message
Updating version number to 1.13 for Python 3 transition.

1.12

Toggle 1.12's commit message
Preparing for version 1.12.

1.11

Toggle 1.11's commit message
Nothing major, but some work has been done since 1.1

v-1.1

Toggle v-1.1's commit message
This version marked by the addition of the new tools.

0