about summary refs log tree commit diff stats
path: root/tools/scripts
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-01-15 03:24:51 +0000
committerSilvino Silva <silvino@bk.ru>2017-01-15 03:24:51 +0000
commit028414affd22a1ae57b5024d390c856caf7ae44a (patch)
treef1b6f442a2e011b1f5ae54bd992f1cab5cf755e3 /tools/scripts
parent066ba96efe43daba9138b36b9ac3473d7607c8bc (diff)
downloaddoc-028414affd22a1ae57b5024d390c856caf7ae44a.tar.gz
added script to update ports repo
Diffstat (limited to 'tools/scripts')
-rw-r--r--tools/scripts/autoport.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/scripts/autoport.sh b/tools/scripts/autoport.sh
new file mode 100644
index 0000000..178b9d3
--- /dev/null
+++ b/tools/scripts/autoport.sh
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+# Root Directory
+DIR=$(dirname "$PWD");
+
+DIR_CONF=$DIR"/conf"
+COL_DIR=$DIR"/c9-ports/"
+
+#rm ck4up.conf
+for port in ${COL_DIR}*/ ; do
+
+    echo "Checking port $port"
+    # (cd $port && git clean -f -d . )
+    # prtwash -p -s $port
+    prtverify -m clean-repo $port
+
+    #echo "${port}Pkgfile;"
+    #source  ${port}Pkgfile;
+
+    #echo "$name md5 ${source[0]} @TAR@" >> ck4up.conf
+done
+
+#portspage . > $DIR/ports.html
+httpup-repgen $COL_DIR
t@lavabit.com> 2010-01-24 23:08:44 +0100 cleanups' href='/akspecs/ranger/commit/ranger/container/history.py?id=ea87d00524778fd7188180acb1119d0ecb43613e'>ea87d005 ^
3dbefa71 ^




22bb7e35 ^



3dbefa71 ^
22bb7e35 ^




3dbefa71 ^

d672cbcb ^
3dbefa71 ^





22bb7e35 ^







d672cbcb ^
3dbefa71 ^
22bb7e35 ^














d672cbcb ^
3dbefa71 ^





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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85