Skip to content

Commit

Permalink
Migrate repository to Leaky Abstractions
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Oct 28, 2017
1 parent 2e3be24 commit 72af6db
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 15 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ language: c
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created via the "travis encrypt" command using the project repo's public key
- secure: "Et6x4IjMAL8eEz8P6DVJj898PVDPzTgsY5z8poZXfIjGhJd0jJxgnUihAM+7Bd4aYwEj7pXTAa+ig2Q8XJ3QiBopeG839+abzZp3hgQew0ryN2Fq7EvxAwDhw4DNbh33Qi5Zqk/aYTlh2manod6nXMd/iN93pSVJ77dMCaYRqIpYsbbx3z5iYIEBo8sUv6IAB4gptTAEz/UIPZ0FqBUtw6HslEcp9llzr8iu+KTQwZNgN1V8UGEcqHTODJCWnoKxZEDsYL4ofYdCZOGZUfVVsbP1Ts7KzJDDEfAQpgDdwFR/Q9PCQAvbNrs1ACy/6QgKP+Hmbn/w+wBSdqyZosytmkxh1yceeLVEy2tvXSTQA4/gJD/ww2bi2VfPcEemxXgHbyxar+78DvW1xdH2eNcv1zjLfcqtmaKJuoz4MtBzh8vznShC40m5z7UBO4B9eDLT7dme1sEyZ1qmC6uKXtHoWXNLsbLUaxcvDdChMKdC1itqu7mljTX6DyRg2VRv32rKCZNq+waV4vm+VUqNRK8opgkUKNreCqIdSbQQz0NpPCjB7SyTSd6/GU3YQVUADH7Ct6OX+hpzEuG6piBuFagGDnlM4xVezA6uwcexr172CgGUA7Ufa3xk2hvkZSo2M3vW/8zBs2tvqG7COBBBguyydUI06kPgwXo6X1pSqnE9xpI="
- secure: "pSpxU3KeoSNcRfXp33Xvw5WjFLEvKqnHOovpk5YR430rmJEI43CmD8/ogovbw/iTvBQNWUTdb3qLWDzOpnu9IibxsUkJX56Wjme6wyPcVYSjfy35Y0AMC+fScmIVdCRcLE6oJSryOLhOPkpoEBk+eVKQWjsBXP038TDoARanW1xAaakwginWPXjBgAPRkJ4Re202+kP6Er0htKyhDk6xfGKsD8uCQ2PvbDcueSFVc6T0cVbj1Z1bbl5BjutywqwuAwc+bLc8jV62TjYDtSehZK98qZUbBiZ2bG3wMcJF/URy/C1/D7hZ8FewigaGsaWL35JfxPRXaUnXnRrnXG6ogubENbS9Xf0rb8Sf4cU2oPwYxrTzuzLiSbEKNiBylDsXd6kgn+QEkEN8s7saTRpqz2fP+21RQHqlCLeLalTWHr8uKHTnPvmCEVLhL5sJDuHJoMX4KPAc+J7mRq8XGBkgQSSC874TecWUxi4w3u5Cb+guurFuuuXe/TFOZDAcp3eGnGMJxxNdkPAWNXZzbz5VNCDXkv9CrLZq+RZn9RCkk3Wene4SKj+WpkLCduzIKTEjM0AeyFKJ+XK4WJjwmP3wSH22oelM1jeXoFPDtLld4zYlGMN1BUsHW/Y6oPe2YGkN+pmOQo6OsSF3+EHxnMuKVm9LV2/fjJtMzXzVXkZpA8c="

before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-

script:

Expand All @@ -30,7 +33,7 @@ after_success:
addons:
coverity_scan:
project:
name: "guillermocalvo/fmt"
name: "LeakyAbstractions/fmt"
description: "A tiny C string formatting library"
notification_email: [email protected]
build_command_prepend: "autoreconf --install; ./configure; make clean"
Expand Down
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

# fmt

[![Last release](https://img.shields.io/github/release/guillermocalvo/fmt.svg)](https://github.com/guillermocalvo/fmt/releases)
[![Build status](https://travis-ci.org/guillermocalvo/fmt.svg?branch=master)](https://travis-ci.org/guillermocalvo/fmt)
[![Code coverage](https://codecov.io/github/guillermocalvo/fmt/coverage.svg?branch=master)](https://codecov.io/github/guillermocalvo/fmt?branch=master)
[![Static analysis](https://scan.coverity.com/projects/12096/badge.svg)](https://scan.coverity.com/projects/guillermocalvo-fmt)
[![Last release](https://img.shields.io/github/release/LeakyAbstractions/fmt.svg)](https://github.com/LeakyAbstractions/fmt/releases)
[![Build status](https://travis-ci.org/LeakyAbstractions/fmt.svg?branch=master)](https://travis-ci.org/LeakyAbstractions/fmt)
[![Code coverage](https://codecov.io/github/LeakyAbstractions/fmt/coverage.svg?branch=master)](https://codecov.io/github/LeakyAbstractions/fmt?branch=master)
[![Static analysis](https://scan.coverity.com/projects/14163/badge.svg)](https://scan.coverity.com/projects/leakyabstractions-fmt)

> Print formatted strings
![](https://github.com/guillermocalvo/fmt/raw/master/doc/logo.png)
![](https://github.com/LeakyAbstractions/fmt/raw/master/doc/logo.png)


## A tiny C string formatting library
Expand All @@ -35,6 +35,13 @@ Write formatted strings to an output stream.
- `fmt_vprint`: Print formatted variable list of arguments


## Author

Copyright 2017 [Guillermo Calvo](https://github.com/guillermocalvo)

[![](https://resume.guillermo.in/assets/images/thumb.png)](https://guillermo.in/)


## License

This is free software: you can redistribute it and/or modify it under the terms
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.68])


# Initialize package
AC_INIT([fmt], [1.4.1], [[email protected]], [fmt], [https://github.com/guillermocalvo/fmt/])
AC_INIT([fmt], [1.4.1], [[email protected]], [fmt], [https://github.com/LeakyAbstractions/fmt/])


# Information on the package
Expand Down
9 changes: 8 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

> Print formatted strings
![](https://github.com/guillermocalvo/fmt/raw/master/doc/logo.png)
![](https://github.com/LeakyAbstractions/fmt/raw/master/doc/logo.png)


## A tiny C string formatting library
Expand All @@ -30,6 +30,13 @@ Write formatted strings to an output stream.
- `fmt_vprint`: Print formatted variable list of arguments


## Author

Copyright 2017 [Guillermo Calvo](https://github.com/guillermocalvo)

[![](https://resume.guillermo.in/assets/images/thumb.png)](https://guillermo.in/)


## License

This is free software: you can redistribute it and/or modify it under the terms
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fmt",
"version": "1.4.1",
"description": "A tiny C string formatting library",
"repo": "guillermocalvo/fmt",
"license": "LGPL",
"install": "autoreconf --install && ./configure && make install",
"name": "fmt",
"version": "1.4.1",
"description": "A tiny C string formatting library",
"repo": "LeakyAbstractions/fmt",
"license": "LGPL",
"install": "autoreconf --install && ./configure && make install",
"src": [
"src/fmt.c",
"src/fmt.h"
Expand Down

0 comments on commit 72af6db

Please sign in to comment.