Skip to content

Commit

Permalink
Include files for packaging. Update deps. Update copyright years. Bum…
Browse files Browse the repository at this point in the history
…p versions.
  • Loading branch information
ctsrc committed Jan 9, 2020
1 parent 1aefbc5 commit 6107bd5
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 28 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Erik Nordstrøm <erik@nordstroem.no>
Copyright (c) 2019, 2020 Erik Nordstrøm <erik@nordstroem.no>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ Download links and installation instructions are provided below.

#### macOS Catalina 10.15.1 x86_64

Download: [repotools-v0.7.3-macOS-Catalina-x86_64.tbz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-macOS-Catalina-x86_64.tbz)
Download: [repotools-v0.7.5-macOS-Catalina-x86_64.tbz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-macOS-Catalina-x86_64.tbz)

Installation:

```sh
cd ~
curl -LJO https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-macOS-Catalina-x86_64.tbz
tar xvf repotools-v0.7.3-macOS-Catalina-x86_64.tbz
curl -LJO https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-macOS-Catalina-x86_64.tbz
tar xvf repotools-v0.7.5-macOS-Catalina-x86_64.tbz
```

The binaries are now available in `~/bin/`. Add that directory
Expand All @@ -120,7 +120,7 @@ if you didn't have it there already, log out and log in again.

#### Ubuntu 18.04 Bionic GNU/Linux x86_64

Download: [repotools-v0.7.3-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz)
Download: [repotools-v0.7.5-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz)

Being based on Ubuntu 18.04 Bionic, KDE neon User Edition 5.17 and the former
share the same binary release file. You should be able to use the same binaries
Expand All @@ -130,8 +130,8 @@ Installation:

```sh
cd ~
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz
tar xvf repotools-v0.7.3-ubuntu-bionic-x86_64.txz
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz
tar xvf repotools-v0.7.5-ubuntu-bionic-x86_64.txz
```

The binaries are now available in `~/bin/`. Add that directory
Expand All @@ -140,7 +140,7 @@ if you didn't have it there already, log out and log in again.

#### KDE neon User Edition 5.17 GNU/Linux x86_64

Download: [repotools-v0.7.3-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz)
Download: [repotools-v0.7.5-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz)

Being based on Ubuntu 18.04 Bionic, KDE neon User Edition 5.17 and the former
share the same binary release file. You should be able to use the same binaries
Expand All @@ -150,8 +150,8 @@ Installation:

```sh
cd ~
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz
tar xvf repotools-v0.7.3-ubuntu-bionic-x86_64.txz
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz
tar xvf repotools-v0.7.5-ubuntu-bionic-x86_64.txz
```

The binaries are now available in `~/bin/`. Add that directory
Expand All @@ -160,14 +160,14 @@ if you didn't have it there already, log out and log in again.

#### FreeBSD 12.1 x86_64

Download: [repotools-v0.7.3-freebsd-12.1-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-freebsd-12.1-x86_64.txz)
Download: [repotools-v0.7.5-freebsd-12.1-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-freebsd-12.1-x86_64.txz)

Installation:

```sh
cd ~
fetch https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-freebsd-12.1-x86_64.txz
tar xvf repotools-v0.7.3-freebsd-12.1-x86_64.txz
fetch https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-freebsd-12.1-x86_64.txz
tar xvf repotools-v0.7.5-freebsd-12.1-x86_64.txz
```

The binaries are now available in `~/bin/`. Add that directory
Expand Down
2 changes: 1 addition & 1 deletion commands/aa2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "add all files in git repository to index, optionally limited to one or more directories"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/aa2"
version = "0.9.3"
version = "0.9.4"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion commands/cm2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "git commit with message"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/cm2"
version = "0.9.2"
version = "0.9.3"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion commands/di2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "diff files staged for commit in git repository, optionally limited to a given file or directory"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/di2"
version = "0.8.2"
version = "0.8.3"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion commands/dp2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "diff files pending staging in git repository, optionally limited to a given file or directory"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/dp2"
version = "0.8.2"
version = "0.8.3"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion commands/le2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "number of commits by each author in git repository"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/le2"
version = "0.9.4"
version = "0.9.5"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion commands/pu2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "push commits or tags to remote git repository"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/pu2"
version = "0.5.3"
version = "0.5.4"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion commands/st2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = false
description = "status of git repository, optionally limited to one or more files or directories"
license = "ISC"
repository = "https://github.com/ctsrc/repotools/tree/master/st2"
version = "0.9.3"
version = "0.9.4"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions repotools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion repotools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Short names, big time savings. Repotools is a collection of comma
license = "ISC"
readme = "../README.md"
repository = "https://github.com/ctsrc/repotools"
version = "0.7.3"
version = "0.7.5"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
categories = ["command-line-utilities", "development-tools", "science"]
keywords = ["git"]
Expand Down
1 change: 1 addition & 0 deletions repotools/LICENSE
1 change: 1 addition & 0 deletions repotools/README.md

0 comments on commit 6107bd5

Please sign in to comment.