-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
262 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,18 +69,20 @@ management. Install it and retrieve dependencies : | |
|
||
* Setup your Gitlab informations : | ||
|
||
$ export GITLAB_HOST="http://gitlab.foo.com" | ||
$ export GITLAB_USERNAME="foo" | ||
$ export GITLAB_PASSWORD="bar" | ||
$ export GITLAB_TOKEN_ID="xxxxxxxxxxxxxx" | ||
$ export GITLAB_PROJECT_ID=111222 | ||
$ export GITLAB_PROJECT_NAME="myproject" | ||
$ export GITLAB_PROJECT_DESCRIPTION="a project description" | ||
$ export GITLAB_ISSUE_ID=145645 | ||
$ export GITLAB_ISSUE_TITLE="the issue title" | ||
$ cat $HOME/.emacs-gitlab.rc | ||
#!/bin/bash | ||
export GITLAB_HOST="https://gitlab.com" | ||
export GITLAB_USERNAME="yourusername" | ||
export GITLAB_PASSWORD="yourpassword" | ||
export GITLAB_PROJECT_ID=111222 | ||
export GITLAB_PROJECT_NAME="myproject" | ||
export GITLAB_PROJECT_DESCRIPTION="a project description" | ||
export GITLAB_ISSUE_ID=145645 | ||
export GITLAB_ISSUE_TITLE="the issue title" | ||
|
||
* Launch unit tests : | ||
|
||
$ . $HOME/.emacs-gitlab.rc | ||
$ make clean test | ||
|
||
|
||
|
@@ -104,6 +106,8 @@ See [LICENSE](LICENSE). | |
|
||
Nicolas Lamirault <[email protected]> | ||
|
||
|
||
|
||
[emacs-gitlab]: https://github.com/nlamirault/emacs-gitlab | ||
[badge-license]: https://img.shields.io/badge/license-GPL_2-green.svg?style=flat | ||
[LICENSE]: https://github.com/nlamirault/emacs-gitlab/blob/master/LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.