We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent90ae537 commitc8bde0dCopy full SHA for c8bde0d
packaging/Makefile.repo
@@ -115,9 +115,12 @@ build/repo_suse_15.2:
115
touch build/repo_suse_15.2
116
117
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
+#cd build/data/www/$(PBK_PKG_REPO)/
+cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/rpm/ && ln -sf $(PBK_VERSION) latest
+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
124
125
define build_repo_deb
126
docker rm -f $1_$2_pbk_repo >> /dev/null 2>&1 ; \