42fb74a041
deactivate some debug output
2022-06-16 15:49:00 +02:00
d69f767002
deactivate output
2022-06-16 15:48:11 +02:00
7c2d78e6db
return 0 as exit code
2023-03-31 12:17:08 +02:00
9dd7eb7a3c
Activate colored output
2023-03-31 09:45:57 +02:00
87be571e43
Remove GIT_PULL_TMP and OPKG_CMDS_TMP when cloning
2023-03-31 09:05:21 +02:00
2045dcedf5
Change to passed working directory
2023-03-30 14:56:49 +02:00
9d6bb99963
Set working directory to PWD
2023-03-30 14:55:13 +02:00
8b5cda7f73
After clone: fetch the reposiry again, follwed by a git reset --hard.
...
The effect is that git crates all diretories and files in /etc and /opt.
2023-03-30 13:59:38 +02:00
52271bef21
do not assert missing files. git will create them in <clone>
2023-03-30 13:40:53 +02:00
f080f34bb3
Added GIT_CLONE_EXECUTE
2022-06-12 13:10:48 +02:00
6f8ba186dd
Set GIT_CLONE_EXECUTED to show that git clone was run
2022-06-12 13:10:16 +02:00
0541206033
Use of GIT_CLONE_EXECUTED to check if clone was running
2022-06-12 13:07:57 +02:00
b3eed36db8
added local branches
2022-06-12 13:06:31 +02:00
966a779065
create workspace in any case
2022-06-09 21:18:38 +02:00
da3c9abbf5
reusing customer_281
2022-06-09 21:17:18 +02:00
3574453066
'git pull' calls the hook post-merge when new data arrive.
...
If this is the case, write a file /tmp/git-pull which contains the names
of changed files.
Do not search for any special output of git.
2022-06-09 18:41:33 +02:00
27445f354a
call pull_customer_repository without parameters
2022-06-09 18:40:40 +02:00
83aa2dbd5c
clone_customer_repository: re-initailize repository after cloning. Copy
...
.githhoks/post-merge hook into .git/hooks/. post-merge will list the
names of changed files and write them to /tmp/git-pull.
The existence of /tmp/git-pull shows that there have been received changed files.
2022-06-09 18:34:31 +02:00
cfce4ae53c
remove opkg-part
2022-06-07 22:33:05 +02:00
7a77d03c7e
Add some vars
2022-06-07 22:32:46 +02:00
103952bdb9
use customer_szeged_281 for testing
2022-06-06 20:42:48 +02:00
0516843837
removed all needless parts: git is doing the working
2022-06-06 20:41:55 +02:00
d538f21a57
Minor change
2022-06-06 20:13:04 +02:00
f860c901f5
update.conf has been removed
2022-06-06 20:08:31 +02:00
8f07fbcf53
moved some code into read_config() to make sure proper initialization
2022-06-06 20:07:47 +02:00
326c6ea001
We use a different work-tree as usual when creatinng the repository.
...
Cloning the rep. does not save this setting. So we have to re-init the
rep:
git --git-dir=.git --work-tree=/ init
2022-06-06 20:05:05 +02:00
66511262e1
use OPKG_CMDS_PSA_FILE
2022-06-04 22:08:01 +02:00
21591d8e3d
testing copy()
2022-06-04 22:07:27 +02:00
a3e311e375
ZONE=1, check OPKG_CMDS_PSA_FILE
2022-06-04 22:06:44 +02:00
73a18d5615
minor changes in comment
2022-06-03 18:09:16 +02:00
a769fe0e12
Add test case for TARIFF
2022-06-03 18:08:44 +02:00
0285fed0a1
Add TARIFF-variables
2022-06-03 18:08:13 +02:00
ba556f02bd
shortened check_md5sum....()
2022-06-02 22:13:23 +02:00
e46f596270
shortened check_md5sum....()
2022-06-02 22:11:12 +02:00
c3def117a5
Added some variables for DC
2022-06-02 22:09:21 +02:00
fcef0f6ed6
ATBQT_ATB_PSA_BIN_FILE does not exist
2022-06-02 15:08:19 +02:00
729c0f8c18
add ATBQT_ATB_SYS_BIN_FILE
2022-06-02 15:05:34 +02:00
ba1f70fec4
add ATBQT_ATB_SYS_BIN_FILE
2022-06-02 15:04:24 +02:00
dc6226bbb7
replaced ATBQT_SYS_FULL -> ATBQT_ATB_SYS_BIN_FILE
2022-06-02 15:03:41 +02:00
6bf95ba131
adapted because of changes in read_config
2022-06-07 21:51:47 +02:00
7a06811aa5
adapted because of changes in read_config
2022-06-07 21:51:24 +02:00
259b61cda5
adapted because of changes in read_config
2022-06-07 21:50:48 +02:00
fe52f263a8
restructed file for readability
2022-06-07 21:50:03 +02:00
7e0eccc8d0
Minor changes
2022-06-02 16:06:07 +02:00
e941af6420
Added call for compute_version
2022-06-02 16:04:25 +02:00
4b6723b8e6
Added compute_hash() and compute_version()
2022-06-02 16:03:24 +02:00
ec660a9fad
Added HASH and VERSION
2022-06-02 16:02:38 +02:00
a884019431
use assert-helpers
2022-06-05 21:42:53 +02:00
da32f34b4e
use customer_281 instead of only 281
2022-06-05 21:42:10 +02:00
e419b74e46
added assert_* helpers
2022-06-05 21:41:22 +02:00