Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
pkg-java-scripts


Commits:
cb1c507f by Emmanuel Bourg at 2018-05-17T12:59:56+02:00
Load salsarc from the home directory

- - - - -


2 changed files:

- migrate-to-salsa
- setup-salsa-repository


Changes:

=====================================
migrate-to-salsa
=====================================
--- a/migrate-to-salsa
+++ b/migrate-to-salsa
@@ -24,7 +24,7 @@ check_return_code() {
     fi
 }
 
-. ./salsarc
+. ~/.salsarc
 
 PACKAGE=$1
 


=====================================
setup-salsa-repository
=====================================
--- a/setup-salsa-repository
+++ b/setup-salsa-repository
@@ -5,7 +5,7 @@
 # This script uses the GitLab REST API and requires an access token.
 # The token is obtained from the GitLab profile page -> Access Tokens
 # (https://salsa.debian.org/profile/personal_access_tokens).
-# The token is expected to be found in the salsarc file and assigned
+# The token is expected to be found in the ~/.salsarc file and assigned
 # to the SALSA_TOKEN variable:
 #
 #   SALSA_TOKEN="BjDg5RQoRKej738MexCF"
@@ -32,7 +32,7 @@ check_return_code() {
     fi
 }
 
-. ./salsarc
+. ~/.salsarc
 
 PACKAGE=$1
 



View it on GitLab: 
https://salsa.debian.org/java-team/pkg-java-scripts/commit/cb1c507f70ff4e51cc860da75acd44abdafc5d0d

---
View it on GitLab: 
https://salsa.debian.org/java-team/pkg-java-scripts/commit/cb1c507f70ff4e51cc860da75acd44abdafc5d0d
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to