Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 7, 2023
1 parent f864a6e commit a1f2edf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Expand Up @@ -122,8 +122,7 @@ async function buildPackage(pkg: Package) {
const aportsPkgDir = path.join(WORKDIR, "aports", pkg.aports_repo, pkg.name);

// check if rebuilding is necessary by compare rev-parse of local and remote
try {
/*
/*try {
exec(`git -C ${pkgDir}/src/${pkg.name} fetch`);
try {
exec(`git -C ${pkgDir}/src/${pkg.name} checkout kf5`);
Expand Down

0 comments on commit a1f2edf

Please sign in to comment.