Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8bde0d

Browse files
committed
[skip travis] minor fix
1 parent90ae537 commitc8bde0d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎packaging/Makefile.repo‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,12 @@ build/repo_suse_15.2:
115115
touch build/repo_suse_15.2
116116

117117
repo_finish:
118-
cd build/data/www/$(PBK_PKG_REPO)/rpm
119-
sudo ln -rfs build/data/www/$(PBK_PKG_REPO)/rpm/${PBK_VERSION} build/data/www/$(PBK_PKG_REPO)/rpm/latest
120-
sudo ln -rfs build/data/www/$(PBK_PKG_REPO)/srpm/${PBK_VERSION} build/data/www/$(PBK_PKG_REPO)/srpm/latest
118+
#cd build/data/www/$(PBK_PKG_REPO)/
119+
cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/rpm/ && ln -sf $(PBK_VERSION) latest
120+
cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/srpm/ && ln -sf $(PBK_VERSION) latest
121+
122+
#sudo ln -rfs build/data/www/$(PBK_PKG_REPO)/rpm/${PBK_VERSION} build/data/www/$(PBK_PKG_REPO)/rpm/latest
123+
#sudo ln -rfs build/data/www/$(PBK_PKG_REPO)/srpm/${PBK_VERSION} build/data/www/$(PBK_PKG_REPO)/srpm/latest
121124

122125
define build_repo_deb
123126
docker rm -f $1_$2_pbk_repo >> /dev/null 2>&1 ; \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp