Skip to content

Commit

Permalink
Rename repo export script
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Sep 27, 2024
1 parent b19e422 commit 8b0da77
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Test fpm export
run: |
./devel/fpm-export/fpm-export.sh ${INTERFACE} ${FPM_EXPORT_DIR}
./devel/fpm-repo/export-fpm-repo.sh ${INTERFACE} ${FPM_EXPORT_DIR}
fpm run -C ${FPM_EXPORT_DIR}/test/export/${INTERFACE} testapp
rm -rf ${FPM_EXPORT_DIR}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fi

rsync \
-av \
--exclude-from=${SCRIPT_DIR}/${configdir}/rsync.ignore \
--include-from=${SCRIPT_DIR}/${configdir}/rsync.include \
--exclude-from=${SCRIPT_DIR}/${configdir}/repo.ignore \
--include-from=${SCRIPT_DIR}/${configdir}/repo.include \
--exclude='*' \
${SCRIPT_DIR}/../../ ${destdir}
cp ${SCRIPT_DIR}/${configdir}/fpm.toml ${destdir}
rsync -av ${SCRIPT_DIR}/${configdir}/addons/ ${destdir}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b0da77

Please sign in to comment.