File: dependent-projects-trigger.sh

package info (click to toggle)
wala 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 20,304 kB
  • sloc: java: 185,762; javascript: 37,931; xml: 6,066; cpp: 1,161; sh: 204; makefile: 46; python: 46; ml: 12; lisp: 8
file content (54 lines) | stat: -rw-r--r-- 1,499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#!/bin/bash

body='{
"request": {
"branch":"master"
}}'

curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $1" \
   -d "$body" \
   https://api.travis-ci.org/repo/wala%2FClient/requests

curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $1" \
   -d "$body" \
   https://api.travis-ci.org/repo/wala%2FWALA-Mobile/requests

curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $1" \
   -d "$body" \
   https://api.travis-ci.org/repo/wala%2FMemSAT/requests

curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $1" \
   -d "$body" \
   https://api.travis-ci.org/repo/april1989%2FIncremental_Points_to_Analysis/requests

curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $1" \
   -d "$body" \
   https://api.travis-ci.org/repo/SunghoLee%2FHybriDroid/requests

curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $1" \
   -d "$body" \
   https://api.travis-ci.org/repo/wala%2FML/requests